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.
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
.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.