Skip to content

Instantly share code, notes, and snippets.

@RiaanKnoetze
Created August 29, 2016 04:57
Show Gist options
  • Save RiaanKnoetze/8d11603a1b22b771a17e224a83991abb to your computer and use it in GitHub Desktop.
Save RiaanKnoetze/8d11603a1b22b771a17e224a83991abb to your computer and use it in GitHub Desktop.
Increase size of PayPal logo in WooCommerce checkout page
#payment .payment_methods .payment_method_paypal li img {
width: 319px;
height: 110px;
max-height: 110px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment