Skip to content

Instantly share code, notes, and snippets.

@kabbo508
Created October 15, 2017 18:06
Show Gist options
  • Save kabbo508/dd8a7b3a24fa27dfc0d6a3b525645bf8 to your computer and use it in GitHub Desktop.
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
.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