Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: Change Font weight for Card Tiles in Featured Collection

Change Font weight for Card Tiles in Featured Collection

ii_cooks
Excursionist
19 1 3

Hi!

I'm using the Refresh theme and want to change the font weight and size for the text that is under my images in the Featured Collection. Both the Title and the price are tied to the 2 typography choices in the theme settings. I would like to make them both something different and can't figure out how to do that. If I change the theme settings it also changes the menu heading and I want that to stay as is.

Any ideas would be greatly appreciated! Thank you

 

Screenshot 2023-04-14 at 8.38.59 PM.jpg

Replies 2 (2)

PageFly-Victor
Shopify Partner
7865 1786 3116

Hi @Ii_cooks,

 

You can try this code by following these steps: 

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file -> Save

.card__information h3 a,.card__information .price-item{
font-weight:400 !important
}



Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

ii_cooks
Excursionist
19 1 3

Thank you for your reply, unfortunately that didn't change anything with the font weight.