[Resolved] remove "description" h2 from product pages

Home Forums Support [Resolved] remove "description" h2 from product pages

Home Forums Support remove "description" h2 from product pages

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1175602
    johnaps

    Hello, i have searched and tried to do this without luck, to only remove the description word which is an h2 which is located after the description tab and before my description of the product.

    Is there any way to do this wihout disabling the h2 that says related products at the bottom of the page?

    #1175611
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #tab-description h2 {
        display: none;
    }

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

    Let me know if this helps πŸ™‚

    #1176059
    johnaps

    Perfect!! Thanks so much!! πŸ™‚

    #1176586
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

    #1480710
    mario

    Hi Leo, where I put this code?

    #1480865
    Leo
    Staff
    Customer Support
    #1480937
    mario

    Hi Leo, Im going in Customize > Additional CSS

    #tab-description h2 {
    display: none;
    }

    But it dont work, I am inexperienced in the matter, could you be more specific on this issue?

    Thank You

    #1480955
    Leo
    Staff
    Customer Support

    Can you link me to the page in question with the code added?

    Feel free to open a new topic so you can use the private info field.

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