Comments Quentin started the conversationMarch 11, 2019 at 4:47pmHello,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:) 228Milingona repliedMarch 15, 2019 at 9:03amHello,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 Twitter1 LikeQuentin repliedMarch 19, 2019 at 10:29amIt work great, thanks a lot ! 228Milingona repliedMarch 20, 2019 at 10:37amGlad to hear that! You're most welcome!Have a wonderful day, Milingona Support Follow on Envato Facebook Twitter Sign in to reply ...
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:)
Hello,
All you need to do is add the following code into wp-content/themes/bakery/includes/wc-addons/filters.php, after line 18:
All the best,
Milingona Support
Follow on Envato Facebook Twitter
It work great, thanks a lot !
Glad to hear that! You're most welcome!
Have a wonderful day,
Milingona Support
Follow on Envato Facebook Twitter