Access a community of over 900,000 Shopify Merchants and Partners and engage in meaningful conversations with your peers.
Hi,
I'm having trouble finding the right code to decrease the font size of the collection list title on the home page. I'm using Modular theme.
My store URL is https://avon-kibris.myshopify.com/ and the password is avonkktc2021.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Fantastic @Agostina ! Don't forget to Mark As Solution & Like to make the answer more visible to the community, Cheers!
Hello @Agostina
Please add the following text to your theme.css file:
h2 {
font-size: 24px!important;
}
And adjust accordingly.
Cheers!
Thanks! It worked 🙂
This is an accepted solution.
Fantastic @Agostina ! Don't forget to Mark As Solution & Like to make the answer more visible to the community, Cheers!