Change font of collection page product names motion theme

Hey, how do i change the font of these on the motion theme:

Website Link: https://8c2dd1-3.myshopify.com/

1 Like

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);
}

Hi @sondreskskfsghj

Please go to Online store => Themes => Customize => Typography => Change font => Choose the font you want and Save.

I hope that this can help you.