Created
October 15, 2017 18:06
-
-
Save kabbo508/dd8a7b3a24fa27dfc0d6a3b525645bf8 to your computer and use it in GitHub Desktop.
Add text before the price on a product that is not on sale in Woocommerce
This file contains 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
.amount::before { | |
content: 'RRP:'; | |
margin-right: 5px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment