Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Re: 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
564 79 141

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.