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
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:
Cheers
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
It worked perfectly!
Thank you Yigit you’re a life saver :-)