Removing visa and mastercard logos in checkout

Hello, what is best way to remove visa and mastercard logos from checkout in v3.* version?

not sure if the best way, but added

featured-payment-methods__list {
  display: none;
}
1 Like

Hiding it in CSS like you did is the most straight forward option. It’s also possible to override the featured-payment-methods component. You’ll find documentation about this right here.

Can anyone tell me where to find the css to add this as was done by Dalius:

featured-payment-methods_list { display: none; }

Is it possible to add American Express to the Visa and MasterCard logos displayed instead of removing them? Thank you

thanks for the awesome information.