Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Last active September 23, 2019 23:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clifgriffin/4bbe5da9b12b7f0d634730c7fa4d2d99 to your computer and use it in GitHub Desktop.
Save clifgriffin/4bbe5da9b12b7f0d634730c7fa4d2d99 to your computer and use it in GitHub Desktop.
Show credit card icons on mobile with Checkout for WooCommerce.
<!--- Add to Settings > CheckoutWC > Design > Custom CSS -->
@media(max-width: 600px) {
#checkout #cfw-billing-methods .payment_method_icons {
display: flex !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment