Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I would like to change the font style to 'Montserrat' specifically for the product title and price.
Could you please advise? I use Boost template.
Hello @losgatos
- Go to Online Store -> Theme -> Edit code.
- Find the file assets/style.css and paste the code below at the bottom of the file.
.product-block__title-link {
font-family: Montserrat;
}
.product-price {
font-family: Montserrat;
}
I add the code but it does not work..
I could modify it.