Created
June 21, 2022 15:14
-
-
Save divienginesupport/63c69d63d427e02fcd111e93bf765566 to your computer and use it in GitHub Desktop.
Add onsale badge background color
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*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