Home › Forums › WoodMart support forum › How to create collapsible sections in the single product page › Reply To: How to create collapsible sections in the single product page
Aizaz Imtiaz Awan
Hello,
Try to use the Theme’s Layout Builder you can create Custom Layouts for WooCommerce pages like Shop, Category, Single Product page, Cart, and Checkouts. You can use that to create your own custom layouts for these pages. Try to use the product tab widget in the layout and set the tabs layout “Accordion”.
Further, you can read more about the Layout Builder here: https://xtemos.com/docs-topic/woodmart-woocommerce-layout-builder/
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
li#tab-title-description {
display: none !important;
}
Navigate to Theme Settings > Single Product > Tabs > Additional tabs and remove the shipping and delivery tab.
Best Regards