Hi guys, I want to change the h1 of my homepage https://aussieicebaths.com.au/
I want to change the h1 to this keyword ‘portable ice baths australia’
Ideally I’d like this to be the heading section of the image banner section at the top.
Anyway, can anyone please let me know how to do this?
Thanks in advance Shopify Community!
1 Like
You can change it from your store admin > Settings > Store detail > Profile, click on edit icon, change Store name value.
Hello @marlerjake
Go to online store → themes
Edit code current theme
search banner section
<h2 replace to <h1
If this is helpful accept my answer thanks.
Sorry could you please be a little more specific brother? I’m not fully following your reply.
Hello,
Go to theme edit and search image-banner then <h2 to <h1
1 Like
mvende
July 10, 2024, 4:19pm
7
I have the store www.gadwitch.com and I’ve been trying to change the H2 to H1 for two weeks now. Your response to our colleague also helped me a lot and I took advantage of it. Congratulations on your contribution and thank you very much again. A good week,
1 Like
Did you mean change <h2 to <h1 ?
Thank you.
Hi @marlerjake ,
You need to go to Online Store > Themes > Edit Code , then navigate to the respective file where you can change the <h1>
tag to <h2>
.