use below CSS with below video guide [css] [/css] bigcommerce removed footer script so to add custom CSS use Advanced Settings › Web Analytics a quick video guide for custom CSS for dummies https://support.bigcommerce.com/s/question/0D74O000007JHTz/remove-the-credit-card-logos-from-the-paypal-payment-option?s1oid=00D30000001FDCG&s1nid=0DB13000000Gmw5&emkind=chatterCommentNotification&s1uid=0051B00000Cdq7l&emtm=1595999318344&fromEmail=1&s1ext=0
Category: optimized one page checkout
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>