Hello,
I am trying to change the colour of the sale banner without changing the colour of the price.
Currently when I go into Appearance > Customise and select Woocommerce > Highlight Color (price labels and sale flashes), I only have to option to change the color for both the banner + prices.
I’ve tried pasting the following code into Custom CSS however it still shows up as black.
.woocommerce span.onsale {
background: #ef3f32;
color: #fff;
}
Could you assist with getting the page to look similar to the attachment?
Thanks!
Attachments:
You must be
logged in to view attached files.