Home › Forums › WoodMart support forum › TAB DESCRIPTION GETS HIDDEN › Reply To: TAB DESCRIPTION GETS HIDDEN
January 27, 2019 at 11:27 am
#104290
Elise Noromit
Member
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