Why won't my collection font change despite altering the code?

ive changed all of the other fonts but my collection font is still the same? im not sure what the code input is for that.

Please share your website URL

www.emotionaldebt.net

1 Like

You can change font family for whole site in theme.liquid file

  1. From your Shopify admin, go to Online Store > Themes.
  2. Find the theme you want to edit, and then click Actions > Edit code.
  3. Find theme.liquid file and click in sidebar menu
  4. Find ‘:root’ in theme.liquid file before section

–font-stack-header: mangat, sans-serif;
–font-stack-body: mangat, sans-serif;

i cant find ‘:root’

h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "mangat", sans-serif !important;
}

Try this in css

1 Like

it worked thank you so much! also is there any way to make the wording bold?

In css

font-weight: bold;