This topic has 6 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Hello, I’m trying to add a font-family in the typography setting. How should I go about doing that? Thank you.
Sorry, quick on the draw here. Just found the font under the google-font section. You may delete this thread.
Although, how can I change the font of the Main Price of the Single Product page? There’s no option under the Typography setting.
Hello,
it can be done using custom css. Please rename file ‘default.custom.css’ to ‘custom.css’ in your theme folder, then go to Theme options > Custom css > Enable
After that add to custom.css following line:
.price{color:blue}
Note that you may use any color as you want
Thanks for the reply, however I wanted to change the FONT. I figured this would be under Woocommerce as this is the main price. I guess this falls under the custom.css as well
Hello,
To change price font on a Single Product Page use this code in custom.css file:
.single-product-page .product-info .price {font-family: "Open Sans",Arial;}
Replace the font value with your own.
Thank you.
Regards,
Eva Kemp.
Tagged: customization, design, fonts, styling, typography, woocommerce templates, wordpress
The issue related to '‘Adding Font to be used in the Typography setting’' has been successfully resolved, and the topic is now closed for further responses