This topic has 4 replies, 3 voices, and was last updated 7 years, 2 months ago ago by Laranz
Hello there – I’m sorry if I am creating a repeat topic. I believe I had started the topic already and was waiting for a reply – but I cannot find it on the forum anywhere.
So, the issue is the font for the name of the products in the listing is in all Capslock. How do I make it normal?
Also how do I change the font for the price?
I did find the section for Typography in the Theme Options – But I don’t know which of those to change to get the result I need. Please help!
Hello,
Please add this code in Theme Options > Custom css:
.product-title a {
text-transform: none !important;
}
How exactly do you want to change the font for the price?
Regards
Thanks – It worked! – The text is not Capslock anymore on the Home Page
For the font, what I mean is I want to change the font to something which is a sans-serif font.
awaiting your response!
Thanks again
Hi,
Use this Custom CSS snippet,
.product-information .price {
font-family: “sans serif”;
}
Let us know,
Thanks,
laranz.
Tagged: best selling, design, font issues, optimization, woocommerce themes
You must be logged in to reply to this topic.Log in/Sign up