How to remove H1 tag from the logo in the IMPULSE theme,

I would like to remove the H1 tag that is wrapped around the logo in Impulse so that I can assign the H1 tag to rich text with keywords for SEO purposes. Does anyone know how to do this in IMPULSE theme, please? (I know how to assign the H1 logo to the rich text, it’s just removing the H1 from the logo).

@JessicaGibson Hope you are doing well.

to remove the h1 from the logo you need to update the header file of your theme. look for the logo code in your header file and remove the h1 tag or replace that h1 tag with div or something other element.

Hi @JessicaGibson ,

You can remove H1 tag from the logo by following these steps:

  1. Go to your online store => Edit code

  2. Find the file name header-logo-block.liquid

  3. Change the code:

to this:

![view (11).png|1238x722](upload://l3ZlxzXOjDhgRiIyW1QWz3SP6be.png)

Change this code:

![view (12).png|1178x783](upload://cnDMfhvnABZAJI7gzZproDG2wht.png)

to this:

![view (13).png|1101x728](upload://aZC1oNNMoqbMASclmdPGdiz5ALQ.png)

Hope this will help

1 Like

This is great! Thanks so much for your help!

1 Like

No problem! I’m so glad you did :heart_eyes: :heart_eyes: