Home › Forums › WoodMart support forum › All product tabs opened › Reply To: All product tabs opened
January 18, 2021 at 1:49 pm
#259380
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to do this
.tabs-layout-tabs .woodmart-accordion-title {
display: block;
}
.tabs-layout-tabs .woodmart-accordion-title {
pointer-events: none!important;
}
.wc-tabs {
display: none
}
.woocommerce-Tabs-panel {
display: block!important;
}