This topic has 6 replies, 3 voices, and was last updated 10 years, 4 months ago ago by Jack Richardson
Product description page: I need to increase the font size of the price that appears as soon as the user has chosen a variation. At the same time I want to make smaller the font size of the price range above the description. Can you help me?
Hello,
Please provide us with link to the page.
Regards,
Robert Hall.
Add this code to custom.css file.
.single-product-page .product-info .price {
font-size:20px;
}
.single-product-page .product-info .single_variation .price {
font-size: 40px;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.
Regards,
Robert Hall.
Thank you very much for the fast and helpful reply. It works.
Hello,
You’re welcome!
If you have some questions don’t hesitate to contact us.
Regards,
Jack Richardson
You must be logged in to reply to this topic.Log in/Sign up