Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #888498

    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’ );

    #888772

    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

    #888972

    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.

    #889209

    Hi,

    Hiding the logo would be no problem, but changing it to another logo would require you to add the function. Would you like to hide it altogether? If so then please link to your site and point out the image on your site.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.