how can I change the colours of the woocommerce ‘SALE!’ button please does anybody know – thanks
Hey George,
Can you please provide a link to the site so we can look into this further. It should be possible to do via a quick css entry.
Best regards,
Jordan Shannon
www,linenmills.es
Thanks
Hi,
You can add the following to quick css:
span.onsale{
background-color:red!important;
}
Adjust the color to whatever you need
Best regards,
Jordan Shannon
You’re a star thank you so much – can you also help me with
The font ‘Black’ and also the ‘Add to Cart Button’? Pink background and Black font
Thanks again Jordan
Hi,
Add the following
span.onsale{
background-color:pink!important;
color:#000!important;
}
.single_add_to_cart_button.button{
background-color:pink!important;
color:#000!important;
}
Best regards,
Jordan Shannon
Jordan – thank you so much for your help site really looks better now
Thanks again – well done Enfold by far the best Theme
Hi,
No problem at all. If you need additional help, please contact us here on the forums.
Best regards,
Jordan Shannon