• Hi. I am developing a Woocommerce website and I added paypal and stripe as my payment gateway. So, I wanted to remove or just hide the “Debit or Credit Card” button in the paypal payments. Already tried hiding it using the CSS elements but I’m not successful with it. Here is the code I am trying to work with.

    .paypal-button-row.paypal-button-number-1.paypal-button-layout-vertical.paypal-button-shape-rect.paypal-button-number-multiple.paypal-button-env-sandbox.paypal-button-color-black.paypal-button-text-color-white.paypal-logo-color-white{
    display: none!important;
    }

    Second code I tried but still no luck

    .paypal-button.paypal-button-color-black, .paypal-button-row.paypal-button-color-black .menu-button{
        display: none!important;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Disable/Hide Debit or Credit Card Button’ is closed to new replies.