Home Forums WoodMart support forum TAB DESCRIPTION GETS HIDDEN Reply To: TAB DESCRIPTION GETS HIDDEN

#104290

Hello,

This code will remove tabs completely from the Woocommerce product page template:

body .full-height-sidebar-wrap .product-tabs-wrapper {
    background-color: transparent;
    display: none;
}

Add this code to the Theme Settings > Custom CSS > Global and remove earlier provided code.

Best Regards