This topic has 4 replies, 2 voices, and was last updated 1 years, 2 months ago ago by Rose Tyler
I would like to change the Price color and size on the Last viewed products section.
The green numbers to red with 500px font-weight.
And leave the original price in grey and crossed.
Thank you! 🙂
Hello, Creativesite,
Thank you for contacting us and for using XStore.
Please try to use the next custom CSS code:
.cart ins .amount, .price ins .amount, .product-price ins .amount {
color: red;
font-weight: 500;
}
Kind Regards,
8theme team
Thank you very much!
And is it possible to make the original price also red with 20px in the Shop area?
Hello, Creativesite,
We appreciate your prompt response.
Please try to use the next custom CSS code:
.content-product .price bdi {
font-size: 20px;
color: red;
}
.content-product .price del bdi {
font-size: 17px;
color: #888;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up