Home Forums WoodMart support forum TAB DESCRIPTION GETS HIDDEN

TAB DESCRIPTION GETS HIDDEN

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #104259

    Jeriss Cloud Center
    Participant

    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.

    #104260

    Jeriss Cloud Center
    Participant

    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.
    #104262

    Jeriss Cloud Center
    Participant

    What I want is to COMPELTELY hide the section with all those tabs from your theme.

    #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

    #104300

    Jeriss Cloud Center
    Participant

    Thanks, point closed

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘TAB DESCRIPTION GETS HIDDEN’ is closed to new replies.