Change Shopify Theme h3 to h2 in Collection?
Good evening everyone,
According to the source code (checked in the browser), the heading in a Shopify collection is set to h3. For SEO reasons, I would like to change this to h2. I have searched through all .liquid files but cannot find this specific location, only the class name in the .css file. Do you have any ideas or know where I can change this? I cannot find anything in the Index.json file either, only "small", "medium" and "large" as the heading_size. I was also able to enter "h2" by manually adjusting it and changing the default value. This would only affect the adjustment via the builder anyway.
Maybe some of you have experience with this.
Thank you very much in advance.
Hey, if you want to change the headline of a Shopify Collection from h3 to h2, it might be a bit tricky. Usually you can’t do this directly in the Shopify Theme Editor.
Remember that such adjustments may require some technical know-how. If you’re not sure, you could consider help from a Shopify expert or the Shopify support.
Thank you for your answer.
I made a copy of the theme if it doesn’t break in the live version. :-
Then I’ll take a look at the tool you called me. With HTML, CSS etc. I know myself, but I am the first time in the Shopify world on the go 😀
Have taken any file under the magnifying glass via the editor, but have not found where the h3 is defined.