Show all Product Tabs in List

/*=====================================
EXPLODED PRODUCT TABS
=====================================*/

#productTabUL { display: none; }
#product-moreinfo .productTabContent { display: block !important; }
#product-moreinfo .productTabContent h3.printTabHeading { display: block !important; }

/*If you want to reorder the sections use flex and ordering e.g.*/

#product-moreinfo{display: flex;flex-direction: column;}

#prd_info_div{order:2;}
#prd_associated_products_div{order:1;}

Index Previous Next