Skip to content

Instantly share code, notes, and snippets.

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 kimcoleman/615352abbcfc64d9b6acbf8d63d14c0f to your computer and use it in GitHub Desktop.
Save kimcoleman/615352abbcfc64d9b6acbf8d63d14c0f to your computer and use it in GitHub Desktop.
Custom css for discount code cost text to avoid class jumbling.
<span class="pricecustomtext">
<span class="standardcoupon">
<span class="pricediscount">
<span class="pricediscounttitle">62% OFF!</span>
<span class="pricediscountcoupon">Groupon Deal</span>
</span><br>
<span class="pricetotal"><span class="priceoriginal">$32</span>$12</span>
<span class="pricerenewal">Renews in 3 months at $32/quarter.<br> Cancel anytime.</span>
</span>
</span>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment