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.
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
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)
Hi!
Can you please give us a temporary login details? We can’t see the checkout page without logging in.
Cheers!
Ismael
Hey!
Please use this:
li.payment_method_paypal img {
display: none !important;
}
Regards,
Ismael
Great. Thanks.