TAB DESCRIPTION GETS HIDDEN
-
On my product page, I don’t know what’s going wrong with the tabs.
The description tab comes, then hides. Once hidden, the content of the tab description gets displayed.
All plugins are disactivated.
Note that I have the below CSS code which you provided me in a previous ticket on this forum. Seems it does not work anymore?
Attachments:
You must be
logged in to view attached files.
What I want is to COMPELTELY hide the section with all those tabs from your theme.
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
The topic ‘TAB DESCRIPTION GETS HIDDEN’ is closed to new replies.