Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #332216

    Hi, With the latest update to WooCommerce they added a logo and “what is PayPal” link to the checkout with PayPal option as you can see here – http://screencast.com/t/j9ptFISWFrzR

    I want to know how I can remove the logo and link so it will only show “PayPal” as it did before.

    Thanks.

    #332377

    Hi DROR!

    Please add following code to Quick CSS

    a.about_paypal {
    display: none;
    }

    P.S.: Thank you for providing screenshots. Please also attach the link to your website with your questions :)

    Regards,
    Yigit

    #332761

    Thanks, that removed the “what is PayPal” link but the logo is still showing – http://screencast.com/t/OJWsTBBuSr

    How can I remove the logo aswell?

    https://polytown.co.il/shop/ (you will need to an item from the shop to the cart to see the checkout page)

    #333028

    Hi!

    Can you please give us a temporary login details? We can’t see the checkout page without logging in.

    Cheers!
    Ismael

    #333122
    This reply has been marked as private.
    #333694

    Hey!

    Please use this:

    li.payment_method_paypal img {
    display: none !important;
    }

    Regards,
    Ismael

    #333786

    Great. Thanks.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How to remove the PayPal logo and "what is PayPal link" from checkout?’ is closed to new replies.