This topic has 2 replies, 2 voices, and was last updated 3 years, 4 months ago ago by Olga Barlow
Hi
How are you?
I would like to change the font only of the product title in the shop page and the article page. I was able to change it with CSS on the product page but it doesn’t change on the shop page. Could you tell me how I could change it. Thanks!
Hello,
You can use the below custom code to change the font-family
.content-product .product-title a {
font-family: 'Lato';
}
Regards
You must be logged in to reply to this topic.Log in/Sign up