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

Okay
  Public Ticket #1992282
two h1 in product description
Closed

Comments

  • Quentin started the conversation

    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! 


  •  228
    Milingona replied

    Hello 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