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
1 Like
You can change font family for whole site in theme.liquid file
- From your Shopify admin, go to Online Store > Themes.
- Find the theme you want to edit, and then click Actions > Edit code.
- Find theme.liquid file and click in sidebar menu
- 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;
