Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #497671
    #497688

    Hey LordLiverpool!

    It is loaded from PayPal – https://www.paypalobjects.com/webstatic/mktg/Logo/AM_mc_vs_ms_ae_UK.png
    If you post a link to the image you would like to use, we can provide you JS solution

    Regards,
    Yigit

    #497704

    Hi Yigit

    Thanks for replying

    OK so you got the logo from the official PayPal page https://www.paypal.com/uk/webapps/mpp/logo-center

    I can’t change the Paypal logo but I can change my website’s CSS.

    If I make the background colour white and the text orange, then it (sort of) blends in.

    Is this the correct CSS?

    #top #payment ul.payment_methods li {
        background-color: #ffffff;
    }
    
    #top #payment label {
        color: #ffa500;
    }
    
    #top #payment .payment_box p:last-child {
        padding-bottom: 0;
        color: #ffa500;
    }

    It’s not the best solution, but it’s a good compromise.

    For reference I am trying to achieve this look:

    paypal

    Cheers

    #497750

    Hi!

    Please add following code to Quick CSS

    .woocommerce-checkout li.payment_method_paypal {
        background-color: white!important;
        color: orange!important;
    }
    .woocommerce-checkout .payment_box.payment_method_paypal * {
        color: orange!important;
    }

    Regards,
    Yigit

    #497761

    It worked perfectly!

    Thank you Yigit you’re a life saver :-)

    #497766

    Hi!

    You are welcome, always happy to help :)

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Ugly PayPal Logo’ is closed to new replies.