Hi,
I have an issue about layout with woocommerce plugin, the on sale label masks the on sale price.
And, how can I change the colour of on sale label with CSS?
Thanks!
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .main_color .onsale { background-color: red; }
#top .onsale { color: green; }
Price looks fine on my end http://i.imgur.com/LYICkgj.jpg
Regards,
Yigit