This topic has 4 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
On Single Product Page I would like to change the color and size of the original and “On sale” price.
To change the 7690 to grey and smaller in size >>only when there is an On-sale price<< and the price of 7247 to 500px weight. Thank you 🙂 Barbara
Hello, Creativesite,
Thank you for choosing XStore as your WooCommerce WordPress theme.
Additionally to this code https://www.8theme.com/topic/price-color-and-size-on-last-viewed-products-section/#post-366131 , please use:
.single-product .et_product-block > .price del {
color: gray;
font-size: 17px;
}
Kind Regards,
8theme team
Thank you! 🙂
And is it possible to make the original price font-size 20px when there is no On-sale price?
Huge thanks in advance!
Hello, Creativesite,
We appreciate your prompt response.
Please change this code:
https://prnt.sc/xkUQ7A6jSMpD
to:
.single-product .et_product-block > .price bdi {
font-size: 20px;
}
.single-product .et_product-block > .price del bdi {
color: gray;
font-size: 17px;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up