Skip to content

Instantly share code, notes, and snippets.

@apih
Created June 1, 2017 06:46
Show Gist options
  • Save apih/c75a2da1cbe650b16c220b8a2c510f10 to your computer and use it in GitHub Desktop.
Save apih/c75a2da1cbe650b16c220b8a2c510f10 to your computer and use it in GitHub Desktop.
JS code for removing banks logo in payment method options in OnPay form
<script type="text/javascript">
// Remove banks logo in payment method options
$(".payment_method_label .logo.banks").remove();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment