hi – client would like the sale price and “sale” circle badge to be red. can i get some CSS to make this happen? Thank you in advance for your help!
Hey charger70,
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
#top .main_color .onsale {
background-color: red !important;
}
Best regards,
Mike
thank you, Mike! one last request, is it possible to increase the point size of the regular and sale prices, and to have the sale price be in red?