Created
February 27, 2018 09:59
-
-
Save ae-elaine-axis/757ad3b211f7f9a541c7fc54a75acaee to your computer and use it in GitHub Desktop.
Display "Free" instead of $0 product price
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
| .ecwid-productBrowser-productsGrid-cell-zeroPrice .ecwid-productBrowser-price-value { | |
| font-size:0px; | |
| } | |
| .ecwid-productBrowser-productsGrid-cell-zeroPrice .ecwid-productBrowser-price-value:after { | |
| content:'free'; | |
| font-size:26px; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment