Change Paypal logo on checkout
-
Hello,
i am trying to replace to default paypal logo on the checkout with a custom one. (i want to remove the credit cards in the picture.)i tried snippets found on google:
add_filter( 'woocommerce_paypal_icon', 'replace_paypal_icon'); function replace_paypal_icon() { return 'my image link was placed here.png'; }
But it does not seem to work, the logo doesnt change anything.
I deactivated all other plugins, flushed the cache etc. but it does not work.
Is that snippet outdated or am i missing something?Thanks!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Change Paypal logo on checkout’ is closed to new replies.