Home Forums WoodMart support forum Description product page

Description product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #547043

    atiam1982
    Participant

    Hello, how to remove the line and the word “description”. I have tab visibility turned off in the psigle product settings, I also have it in css
    }
    li#tab-title-description {
    display: none;
    }

    but these elements are still visible on the website.

    Attachments:
    You must be logged in to view attached files.
    #547233

    Hung Pham
    Keymaster

    Hi atiam1982,

    Thanks for reaching to us.

    There are 3 default tabs of WooCommerce:

    + The Additional Information Tab: Shows when the Attributes are added under a Product. If the Attributes are not added then the Additional Information tab doesn’t show.

    + Description Tab: This is the main description on the product page. So, if you want to hide it, just remove all description content.

    + Reviews: Used to show customers’s reviews.

    Regards,

    #547533

    atiam1982
    Participant

    Yes… but I want to remove title”description”. I have switch off this element in wp-admin and added CSS . And the title “description” is still displayed. Please look at the screenshot above.

    #547625

    Hung Pham
    Keymaster

    Hi atiam1982,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    .wd-nav-tabs .description_tab{
    	display: none;
    }

    Regards,

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