Comments Quentin started the conversationApril 29, 2019 at 12:27pmHello,There are two tags <h1> in each of my product descriptions. I only want to keep the tag of the product name and not the first one that corresponds to the name of the shop page. How to do this? Thank you for your help! 228Milingona repliedApril 29, 2019 at 11:08pmHello Quentin,You can change that by editing line 167 of wp-content/themes/bakery/functions.php file: <h1 class="vu_ph-title"><?php echo esc_html($title); ?></h1> with the following: <h2 class="vu_ph-title"><?php echo esc_html($title); ?></h2>Kind regards, Milingona Support Follow on Envato Facebook Twitter Sign in to reply ...
Hello,
There are two tags <h1> in each of my product descriptions. I only want to keep the tag of the product name and not the first one that corresponds to the name of the shop page.
How to do this?
Thank you for your help!
Hello Quentin,
You can change that by editing line 167 of wp-content/themes/bakery/functions.php file:
with the following:
Kind regards,
Milingona Support
Follow on Envato Facebook Twitter