[Resolved] Product description tab title

Home Forums Support [Resolved] Product description tab title

Home Forums Support Product description tab title

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #993287
    Darren

    Hi,

    Is there some css code I could use to remove the description title please?

    Thanks
    Darren

    #993301
    Leo
    Staff
    Customer Support

    Hi there,

    Just to make sure, this is what you want to remove?
    https://www.screencast.com/t/sPW99AId

    If so do you want to remove the review title as well?
    https://www.screencast.com/t/uqB3scID13k

    Let me know 🙂

    #993577
    Darren

    Yes just the Description h2 title, not too sure how to without a class/id

    #993589
    David
    Staff
    Customer Support

    Hi there,

    try adding this PHP snippet:

    add_filter( 'woocommerce_product_description_heading', '__return_null' );

    https://docs.generatepress.com/article/adding-php/

    #993600
    Darren

    Magic works a treat thanks David

    #993605
    David
    Staff
    Customer Support

    You’re welcome

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