Hello, does anyone know how to change the font size and if bold text or not on these buttons, they are collection buttons. thank you in advance
Hello @emilbrandon
It’s GemPages support team and glad to support you today.
I would like to give you a solution to support you.
-
Go to Online Store → Theme → Edit code.
-
Open your assets/theme.css theme file.
-
Add the code at the end of the file:
.collection__item-info.collection__item-title{
font-weight: 900 !important;
font-family: customfont;
}
Please change ‘customfont’ to your font name
and change the font weight from 900 to another number, for example: 100, 400 …
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Hi @emilbrandon
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the css file:
.collection__item-title {font-weight: 900 !important; font-size: 18px !important;}
Regards,
San
thank you worked as a charm!
Thank you!
I am so glad that my solution can help.
