Hello
I am looking to change the default Paypal logo on the Woocommerce checkout page.
I found this on another site but want to double check with the Enfold team before I make any changes to the functions.php file. We do not use child theme which always makes me hesitant to make changes like this. Any inputs would be greatly appreciated.
function paypal_checkout_icon() {
return ‘URL OF NEW LOGO’;
}
add_filter( ‘woocommerce_paypal_icon’, ‘paypal_checkout_icon’ );
Hey web6s,
I’m not sure if that would work or not, but if you are going to modify functions.php then I would strongly recommend that you install a child theme. You can download a basic one here: kriesi.at/documentation/enfold/downloads/
Best regards,
Rikard
Hi Rikard
Is there any quick CSS that would allow me to do this? I found some on another thread to hide the Paypal logo altogether and that does work.