checkout page logo credit card and paypal

Hello

the logo for payment with credit card and paypal dosn't show on the checkout page

can you help me please

the website is www.om-shoe.com


thanks a lots


Comments

  • Hi,

    Please, put the following CSS code in Betheme -> Theme options -> Custom CSS & JS -> CSS.

    .checkout .wc_payment_methods .payment_method_stripe label:after{
       content: '\e84f';
       font-family: 'mfn-icons';
    }
    .checkout .wc_payment_methods .payment_method_ppcp-gateway label:after{
       content: '\f1ed';
     font-family: 'mfn-icons';
    }
    

    Thanks

  • Thanks it works but insted of icon

    I would like to but more colorful image for payment type like this

    Can I replace icon with svg or png logo

    Thanks a lots for your help


  • Unfortunately, this would require file modifications for which we do not provide support.


    Best regards

Sign In or Register to comment.