Skip to content

Instantly share code, notes, and snippets.

@qetzal
Created June 25, 2012 18:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save qetzal/2990381 to your computer and use it in GitHub Desktop.
Save qetzal/2990381 to your computer and use it in GitHub Desktop.
CSS to change Ecwid sale price
div.ecwid-productBrowser-price-grid div.ecwid-productBrowser-price-compareAt-container {
display: none;
}
div.ecwid-productBrowser-price-grid div.ecwid-productBrowser-price-save-container {
background-color: #F01010;
border-radius: 4px 4px 4px 4px;
color: #FFFFFF;
display: inline-block;
font-size: 0;
left: 43px;
padding: 2px 3px 3px 2px;
position: relative;
top: -251px;
}
div.ecwid-productBrowser-price-grid div.ecwid-productBrowser-price-save {
color: #FFFFFF;
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment