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

font style Booster for the product tile and price

font style Booster for the product tile and price

losgatos
Excursionist
18 1 3

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.  

 

Replies 3 (3)

devcoders
Shopify Partner
1654 190 564

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

 

devcoders_0-1728759097672.png

 



Shopify Developer: Helping eCommerce Stores
If you need assistance with your store, feel free to contact us at devcodersp@gmail.com
WhatsApp No: +91 8516919310 If my assistance was helpful, please consider liking and accepting the solution. Thank you!
losgatos
Excursionist
18 1 3

I add the code but it does not work..

losgatos
Excursionist
18 1 3

I could modify it.