Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save divienginesupport/63c69d63d427e02fcd111e93bf765566 to your computer and use it in GitHub Desktop.
Save divienginesupport/63c69d63d427e02fcd111e93bf765566 to your computer and use it in GitHub Desktop.
Add onsale badge background color
/*PLEASE REPLACE BACKGROUND COLOR RULE WITH THE HEX COLOR VALUE OF YOUR CHOICE */
.woocommerce #page-container #et-boc .bodycommerce-ofs-badge span.onsale{
background-color: #020000 !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment