Skip to content

Instantly share code, notes, and snippets.

@ae-elaine-axis
Created February 27, 2018 09:59
Show Gist options
  • Select an option

  • Save ae-elaine-axis/757ad3b211f7f9a541c7fc54a75acaee to your computer and use it in GitHub Desktop.

Select an option

Save ae-elaine-axis/757ad3b211f7f9a541c7fc54a75acaee to your computer and use it in GitHub Desktop.
Display "Free" instead of $0 product price
.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