Change Font weight for Card Tiles in Featured Collection

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

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

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