Skip to content

Instantly share code, notes, and snippets.

@seedcms
Created February 4, 2017 05:43
Show Gist options
  • Save seedcms/1db2cf1b339a86fac61f2b5e0173b31b to your computer and use it in GitHub Desktop.
Save seedcms/1db2cf1b339a86fac61f2b5e0173b31b to your computer and use it in GitHub Desktop.
Checkout Script
setTimeout(function(){
$(".total-line.total-line--reduction > .total-line__price").css("color", "#4b4b4b");
$(".total-line.total-line--reduction > .total-line__price").css("font-weight", "500");
$(".total-line.total-line--reduction > .total-line__price > .order-summary__emphasis").replaceWith("APPLIED");
},1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment