Skip to content

Instantly share code, notes, and snippets.

@kyledurand
Last active August 29, 2015 14:11
Show Gist options
  • Save kyledurand/435a34cce769a3e6d59a to your computer and use it in GitHub Desktop.
Save kyledurand/435a34cce769a3e6d59a to your computer and use it in GitHub Desktop.
Changing the label text on responsive checkout

Changing label text on payement gateway

  1. Add this to checkout.scss.liquid

label[for="checkout_payment_gateway_10121035"]{visibility:hidden;} label[for="checkout_payment_gateway_10121035"]:before{content:' Uberweisung / Sofort.com '; visibility: visible;}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment