Skip to content

Instantly share code, notes, and snippets.

@apih
Created August 11, 2017 12:54
Show Gist options
  • Save apih/a566e95000db0f11af5facbe7f53e1a3 to your computer and use it in GitHub Desktop.
Save apih/a566e95000db0f11af5facbe7f53e1a3 to your computer and use it in GitHub Desktop.
CSS code for setting custom image to a payment method in OnPay form
<style>
.payment_method_label .logo.billplz {
background-image: url(//s28.postimg.org/lr4960ft9/billplz-demo.jpg);
background-size: auto;
background-position: 0;
width: 318px;
height: 158px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment