Home Forums WoodMart support forum How can i hide the producr page Description

How can i hide the producr page Description

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #84738

    coachmo
    Participant

    How can i hide the product page Description without deleting it?
    Thanks

    #84772

    Hello,

    Add the custom CSS code to the Page settings http://prntscr.com/l9v6ka

    .product-tabs-wrapper{
        display:none;
    }

    It will hide all the tabs, it is not possible to hide one tab and show the others.

    Best Regards

Tagged: 

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