This topic has 2 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
Hi Rose,
On product Quick view can you please help to set this?
If there is a Price On-Sale,
to make the original price 17px, crossed and gray,
and if there is only original Price,
to leave it with a Size of 20px, and red.
Do you think it would be possible? 🙂
Thank you very very much in advance!
Barbara
Hello, Creativesite,
Please change this code https://www.8theme.com/topic/single-product-page-change-color-and-size-of-the-original-and-on-sale-price/#post-366261 to:
.single-product .et_product-block > .price bdi, .product-content .price bdi {
font-size: 20px;
}
.single-product .et_product-block > .price del bdi, .product-content .price del bdi {
color: gray;
font-size: 17px;
}
We hope this answer is helpful.
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up