This topic has 2 replies, 2 voices, and was last updated 6 years, 6 months ago ago by Rose Tyler
Hello I try to change the font-size at price in product list
I´ve changed .price in style.css (line 7141), but .price have inherit style but i don´t know where is .
https://prntscr.com/jg17f2
Best Regards
Hello,
Please do not edit style.css file of the parent theme, because changes will be lost after theme update. Custom css code can be added in Theme Options > Custom css of in style.css of a child theme.
Try to add this code in Custom css via Theme Options:
.product .price {
font: 35px 'Roboto', Arial, Helvetica, sans-serif;
font-weight: 500;
}
Regards
The issue related to '‘font-size .price’' has been successfully resolved, and the topic is now closed for further responses