Hi there
I am trying to change the font size on the collection list on the homepage as it’s TINY and indecipherable.. see screenshot… please can anyone help me with what code to put into css I have tried a few from other posts but nothing seems to be working.
Thank you!!
1 Like
@KatherineE
Sorry, you are facing this issue,
it would be my pleasure to help you.
Welcome to the Shopify community!
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
1 Like
@KatherineE
sorry it’s password protected. I am not able to view.
Kindly Share Store front password
h2.section-header__title {
font-size: 16px !important;
}
@KatherineE
Add this code in the theme.css file.
if you don’t know how to put follow this:
- Navigate to Online Store->Theme->Edit code
- Asset->/theme.css ->paste Above code at the bottom of the file.
- Save it.
Thank you but isn’t the header I need changing but text on the tiles…
div#shopify-section-164311070443ea72d0 h2.section-header__title {
font-size: 16px !important;
}
@KatherineE
Try this code
you want to change this only
That is changing the header size, not the text on the image… the header size is fine… it’s the text on the image (each individual collection title) that is too small…
1 Like
Sorry, it’s not the header,
it’s changing the header text only.
I don’t know what are you looking exactly.
Kindly share screenshot and mark on it. which you want.
@KatherineE
you mean this text:
1 Like
span.collection-item__title.collection-item__title--overlaid.collection-item__title--heading.collection-item__title--center span {
font-size: 25px !important;
}
@KatherineE
remove all and try this code.
1 Like
YAY!!! Thank you so much!! Looks so much better!
1 Like
@KatherineE
your Welcome,
Accept our Solution if helpful.
if you need any more help then let me know.
Thank you.
Hi there - just following up to see if you could please help with a similar thing as you solved the previous collection title sizing issue perfectly! Please could you advise on how to increase the size of the collection titles here?