[Resolved] Remove "description" title in product page

Home Forums Support [Resolved] Remove "description" title in product page

Home Forums Support Remove "description" title in product page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #927575
    Pedro

    Hello! By default WooCommerce shows a “Description” tab of the product, and that’s great!

    The problem is that it also shows a <h2> title of “Description”

    Something that looks horrible.

    I would like to hide / remove the <h2> header from the description on the product page.

    How could I do it?

    Thank you!

    #927583
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #tab-description h2:first-of-type {
        display: none;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #927607
    Pedro

    Hi leo! Thanks for answering.

    I have added the CSS code but ALL the titles of the tabs disappear.

    I just want the title on the “Description” tab to disappear

    #927613
    Leo
    Staff
    Customer Support
    #927622
    Pedro

    Works!! Thank you Leo πŸ™‚

    #927625
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1905277
    srimali senn

    PLS SEE ATTACHED SCREENSHOT

    i TRIED WHAT YOU HAD SUGGESTED IN THE FORUM, IT DOES NOT WORK.

    pLS NOTE I HAVE WOO LENTOR NON PAID VERSION ALSO WORKING.

    https://prnt.sc/1qfncwl

    THANK YOU

    #1905310
    David
    Staff
    Customer Support

    Hi there,

    can you raise a new topic where you can share a link to that page and we can take a look.

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.