This topic has 7 replies, 3 voices, and was last updated 9 years, 5 months ago ago by Eva Kemp
Hi Eva,
Could you tell us the exact position of price font? I couldn’t find it. I want to modify price number font.
Thanks.
Hello,
Here is how looks like code for price
.price, .amount {
font-family: "Open Sans", sans-serif;
}
For example, you can change it to
.price, .amount {
font-family: "Helvetica", sans-serif;
}
This change you need do in custom.css file.
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thanks. Could you provide how to add google fonts code as well?
Sorry for bother you guys. Could you tell us how to modify sales price size bigger than regular price size? I mean modify red price size more bigger than the grey one.
Hello,
Please try to add this code in custom.css file
.price ins .amount{
font-size:20px;
}
Regards,
Robert Hall.
Thanks.
The problem has been solved.
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Price Fonts Position’' has been successfully resolved, and the topic is now closed for further responses