How do I remove credit card logos that we don’t accept?
We’re running “White” Blueprint theme and, since upgrading to the 1-page express checkout, there are credit card logos showing that we don’t accept – Amex, Diners, Discover.
This only shows in Step 4 “Payment”
How do I remove the logos that we don’t accept?
Remove Amex and Diners payment logo icons from optimized one page checkout?
Paste below css into footer script
<style> .form-label[for=radio-braintree] .creditCardTypes-list li:last-child, .form-label[for=radio-braintree] .creditCardTypes-list li:nth-last-child(2) { display:none !important; } </style>