How can I have prices with decimal points and change the color of 'sale!' tag?
Thanks
How can I have prices with decimal points and change the color of 'sale!' tag?
Thanks
Hi velos,
Go to WooCommerce>Settings>Catalog tab and look for the Pricing Options. You can modify the way decimal points look for products there.
For the sale color, Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .main_color .onsale {
background-color: #000;
}
You can use html color codes for the background color.
Regards,
Devin
Hi Devin,
I change the custom.ccs (located on theme/ccs) but it's not working. see below:
@media only screen and (max-width: 767px) {
.logo img, .logo a img, .logo a{
width: 300px;
height: 67px;
}
#top .main_color .onsale {
background-color: #FF0000;
}
Ok Done! I did it
Glad you were able to get it working :)
Let us know if you have any other questions or issues.
Regards,
Devin
This topic has been closed to new replies.