• Resolved korvak

    (@korvak)


    I’m not great with CSS. Can someone help fix this code to hide certain credit card logos on the drop in form? My attempt is not working.

    <style>
    [data-braintree-id=”unionpay-card-icon”]{
    display: none;
    }
    [data-braintree-id=”jcb-card-icon”]{
    display: none;
    }
    </style>`

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Hide certain credit card logos on drop in form’ is closed to new replies.