Sales Badge - How to change color of the badge?
The badge color is too dark. I wanna change the badge color from dark brown to others for items on sales. Yes, only the badge; the rest just stays as it is.
Here is the link: http://coco2u.com/product/coco2u-skincare-starter-kit-4-in-1/
Comments
you can change its color with the following css:
I have the problem that I get the same badge as the creator of the SALE - products.
Can someone tell me how to remove the badge?
Maybe I had installed a plugin in the past, which displays this badge (and also the CSS - code "<span class="onsale"><i class="icon-star"></i></span>").
.woocommerce span.onsale{
display:none;
}
Can you hide this one. The badge from another plugin will still be displayed.