• Resolved joekoday

    (@joekoday)


    I’m not talking the credit card icons ABOVE the checkout information. I mean the actual credit card icon that resides *within* the credit card field. Is there some way to remove that?

    I’ve got some customers using iPads who claim the icon cuts off the last digit of their credit card.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Joe,

    You can remove that credit card icon using CSS.
    You’ll want to add the following to your ‘Additional CSS’ section in your WordPress customizer:

    .stripe-credit-card-brand.stripe-card-brand {
        display: none !important;
    }

    It’s possible this could be different on your site, depending on the theme you’re using. Nonetheless, you’ll just want to find the specific class or ID for that card icon, then use the display: none !important; style to hide it from view.

    Let me know if you have any issues! (you can include a link to your site if necessary)

    Thank you,
    Joey

    Hi @joekoday,

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

    Cheers!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can credit card icon in CC field be removed?’ is closed to new replies.