Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hi,
I would like to mark my article titles on the category pages as h2-headlines. I am using the impulse theme, but cannot find the category pages in my theme code. Thanks for every kind of help!
Solved! Go to the solution
This is an accepted solution.
Hey @Sebastian2607
This will make it look like H2 tags but no it won't exactly mark them as h2 headlines for Google search, if you wanna do that then custom coding will be required in your main-collection.liquid file as it's not only possible with CSS only. If you're not familiar with coding then I suggest you to hire a Shopify developer who can help you out. Feel free to let me know if you want me to help you out and I will be more than happy to help you with that.
Best Regards,
Moeed
To be more precise, this shall happen in the product grid on the collection pages, e.g.
https://www.frauottilie.de/collections/babytagebuch-schwangerschaftstagebuch
Hey @Sebastian2607
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.grid-product__title {
font-size: 16px !important;
font-weight: bolder !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hello Moeed,
thank you for your fast answer. Will this mark them as h2 headlines for google search?
This is an accepted solution.
Hey @Sebastian2607
This will make it look like H2 tags but no it won't exactly mark them as h2 headlines for Google search, if you wanna do that then custom coding will be required in your main-collection.liquid file as it's not only possible with CSS only. If you're not familiar with coding then I suggest you to hire a Shopify developer who can help you out. Feel free to let me know if you want me to help you out and I will be more than happy to help you with that.
Best Regards,
Moeed
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025