This topic has 9 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
hello how can i change the TEXT size of the products prices and make it bold? Also the color? Thanks
Hello,
Do you want to change it on the single product page or on the shop page?
Regards
Both please!
Dear Olga a suggestion if i may.
There’s been 17 hours waiting for your answer. I understand that there is lot of users needing your help but instead of asking me which of the 2 solutions you could give me both and choose the one I need and I would not wait 17 hours.
Thank you very much and keep helping…
Hello,
Take my apologies for the delay in answering. Add the following code to Theme Options > Custom CSS:
/* To change price on grid */
.content-product .price {
font-size: 25px;
}
/* To change price on single product */
.product-content .price {
font-size: 35px;
}
Regards
Hello it working perfectly but i want it in black color
thanks
Hello,
Then also add the color
/* To change price on grid */
.content-product .price {
font-size: 25px;
color: #000;
}
/* To change price on single product */
.product-content .price {
font-size: 35px;
color: #000;
}
Regards
Thank you very much!
You are welcome.
Regards
You must be logged in to reply to this topic.Log in/Sign up