Hello!
I would like to change the font of product titles and prices to match the body font instead of headings. Preferably sitewide, including featured collections etc. TIA!
https://www.socialtemplatetribe.com/
pw: peetso
Hello!
I would like to change the font of product titles and prices to match the body font instead of headings. Preferably sitewide, including featured collections etc. TIA!
https://www.socialtemplatetribe.com/
pw: peetso
@thjort ,
a.full-unstyled-link, .card-information {
font-family: var(--font-body-family);
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid
Perfect! Thankyou so much!