• Resolved Matt

    (@britishfilth)


    My WooCommerce store has the added FAQ tab, labelled FAQ, but the questions within that tab also have the FAQ heading, so that heading ends up appearing twice.

    Is there some coding I can add to remove the heading from product pages?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Matt,

    Could you send us a link to one of the pages where this appears?

    Thread Starter Matt

    (@britishfilth)

    The site isn’t live yet, so that’s not possible, but I do have a screenshot: https://imgur.com/65mvON6

    I think it’s just a case of adding some CSS code, but I’d need to know what that is.

    Hello Matt,

    You could use the display: none property in CSS to be able to remove the heading. Once you know the class of the FAQ header, you can just use the following CSS:

    .class_name{
    display:none;
    }
    

    Best regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to remove ‘FAQ’ heading in WooCommerce?’ is closed to new replies.