Categories
bigcommerce bigcommerce checkout optimized one page checkout paypal

bigcommerce checkout – remove the Credit Card logos from the PayPal Payment Option

use below CSS with below video guide


<style>
.optimizedCheckout-form-label[for="radio-paypalexpress"] .paymentProviderHeader-cc {
display:none;
}
</style>

bigcommerce removed footer script so to add custom CSS use Advanced Settings › Web Analytics 

a quick video guide for custom CSS for dummies