Hide .paypal-button without hiding the credit cards icons
Hi, I would like to hide the PayPal button with CSS without hiding the credit cards option as this is not intuitive. People will click PayPal even if they don't have PayPal account and won't think of clicking on the credit cards icons. I tried to add this CSS but it keep hiding the credit cards icons. Please help!
CSS :
@media only screen and (min-width: 300px){ .paypal-button.paypal-button-shape-pill { display: none !important; } .paypal-button:not(.paypal-button-card) { display: none !important; } }