Change font size of product card

Hi,

I’ve managed to get colour and a custom metafield appear in my product card, but i want the font size / spacing to be the same as my “captions” block - basically smaller and more letter spacing.

from what i can find this is the tweaks, but how can i apply it to this line?

.caption {
font-size: 1rem;
letter-spacing: 0.07rem;
line-height: calc(1 + 0.7 / var(–font-body-scale));
}

https://lc78eud3twhc8whk-57326960695.shopifypreview.com

Hi @letsgetwasted ,

Could you try going to: Shopify > Themes > Customize. There select the “default product” template. Next, navigate to the text you would like to adjust and click on it. On the right corned of the page, there should be a “Custom CSS” section, where you should be able to add your custom CSS code.

Hi @letsgetwasted

To complete your requests, please follow these steps:

  1. Go to Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS https://prnt.sc/i8ljAMlHJUKl
  2. Paste the code provided into the Custom CSS section.
    I hope this helps

Best,

Daisy