This topic has 4 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Rose Tyler
Hello i am trying to change the size of the Prices in the shop pages and also in the single product pages to make it bigger. Please help.
https://prnt.sc/uzsnir
Hello,
Add the next code in Theme Options > Custom CSS:
.content-product .price {
font-size: 16px;
}
.single-product .price {
font-size: 18px;
}
Regards
Thanks!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up