Make payment gateways icons larger on WooCommerce checkout with CSS

#payment .payment_methods li img {
    max-height: 2.5em !important;
}

Leave a Comment