Is there a possibility to only change the font style of all product titles? in my case, I’m using monserrat extra bold and for the product titles I will like to change it to Monserrat regular. I want to maintain the rest of the headings with monserrat extra bold, the actual format. Thank you in advance. my store is www.vellatore.com here is a screenshot for more context.
Hi @vellatore ,
This is Kate from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/component-card.css->paste below code at the bottom of the file:
.card__heading{
font-family: 'Monserrat Regular', sans-serif;
font-weight: normal;
}
Hope my answer will help you
1 Like
Hello @vellatore
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 theme.liquid theme file.
-
Paste the below code before :
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
