screenshot: http://farm8.staticflickr.com/7241/7316341586_d4ef08cc2f_b.jpg
1) Can you fix the position of the on sale label on the product page.
2) Can you change the colour of the text of the sale label (white or grey instead of black), without affecting the hover effect
This is what I've figured out so far:
propulsion / config-woocommerce / woocommerce-mod.css
line 356-360
#top .onsale{
display:none;
background: rgba(0,0,0,0.8);
z-index: 10;
}














