Created
February 4, 2017 05:43
-
-
Save seedcms/1db2cf1b339a86fac61f2b5e0173b31b to your computer and use it in GitHub Desktop.
Checkout Script
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
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