• Resolved chewylion

    (@chewylion)


    Hello,

    My Credit Card Icon, google Pay and Afterpay is not displaying correctly on the checkout page, could you fix it?

    Thanks,

    Jimmy

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    Hi @chewylion

    That’s not a plugin issue, it’s because your theme is assignin the icons to look like that. You need to override your theme’s CSS, with something like the following:

     .sidebar-position-without .row .content .woocommerce .checkout .checkout-columns-wrap .clearfix .active .accordion-content .etheme-payment-fields #payment .wc_payment_methods .wc_payment_method label img {
    min-width: 40px !important;
    }

    li.wc_payment_method .AfterpayMessage{
    margin: 0;
    }

    Kind Regards

    Thread Starter chewylion

    (@chewylion)

    Thank you very much, however it’s still broken on mobile, could you help me fix it too?

    Thanks,

    Jimmy

    Thread Starter chewylion

    (@chewylion)

    We have fixed it, thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.