Hey, how do i change the font of these on the motion theme:
Website Link: https://8c2dd1-3.myshopify.com/
Hey, how do i change the font of these on the motion theme:
Website Link: https://8c2dd1-3.myshopify.com/
Hello There,
Admin go to online store → themes → actions → edit code
Find Asset >base.css and paste this at the bottom of the file:
.grid-product__title {
font-family: var(--typeHeaderPrimary),var(--typeHeaderFallback);
}
Please go to Online store => Themes => Customize => Typography => Change font => Choose the font you want and Save.
I hope that this can help you.