Mark article titles on category pages as h2-headline in Impulse theme

Solved

Mark article titles on category pages as h2-headline in Impulse theme

Sebastian2607
Tourist
9 0 3

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!

Accepted Solution (1)
Moeed
Shopify Partner
5319 1436 1721

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

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 4 (4)

Sebastian2607
Tourist
9 0 3

To be more precise, this shall happen in the product grid on the collection pages, e.g.
https://www.frauottilie.de/collections/babytagebuch-schwangerschaftstagebuch

Moeed
Shopify Partner
5319 1436 1721

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:

Moeed_0-1727075795355.png

 

If I managed to help you then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications


Sebastian2607
Tourist
9 0 3

Hello Moeed,

thank you for your fast answer. Will this mark them as h2 headlines for google search?

Moeed
Shopify Partner
5319 1436 1721

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

- Need a Shopify Specialist? Chat on WhatsApp

- Custom Design | Advanced Coding | Store Modifications