Upgraded to WordPress 6.0 and have issues? Please check the hotfix which you need to apply.

Okay
  Public Ticket #1928571
how to remove one of the two h1 tag in each product category ?
Closed

Comments

  • Quentin started the conversation

    Hello,

    I have a problem in my shop. For each product category, a tag <h1> appears twice.  The first one in the header and the other one in the container. How to modify it on all product categories so that it only appears once? 

    Thank you for your help:) 

  •  228
    Milingona replied

    Hello,

    All you need to do is add the following code into wp-content/themes/bakery/includes/wc-addons/filters.php, after line 18:

    add_filter( 'woocommerce_show_page_title', '__return_false' );

    All the best,


    Milingona Support

    Follow on     Envato     Facebook     Twitter

  • Quentin replied

    It work great, thanks a lot !

  •  228
    Milingona replied

    Glad to hear that! You're most welcome!

    Have a wonderful day,


    Milingona Support

    Follow on     Envato     Facebook     Twitter