Skip to main content

I am looking for a pay to change the payment icon for ecommerce transactions. We are using paypal as our backend payment processor, so when you go to the shopping cart in docebo, it shows a paypal logo.  Our users can checkout using credit card and don’t actually need a paypal account, so the paypal logo confuses them. I want to change the icon to instead show a credit card symbol or something.  Does anyone know how to change the payment vendor icon?  Thanks!!

Can you try this?

 

#cart-content .payment-gateway .payment-gateway-holder .sprite-checkout.paypal_payments {
background: url('https://upload.wikimedia.org/wikipedia/commons/0/0b/Symbol_from_Marvel%27s_The_Avengers_logo.svg')!important;
}

 


Reply