Hide .paypal-button without hiding the credit cards icons

Support forumCategory: QuestionsHide .paypal-button without hiding the credit cards icons
Mathieu Marengere asked 4 years ago

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;
}
}
1 Answers
Nikola Loncar Staff answered 4 years ago
Hi Mathieu, can you please share the link to that page so I can check right on the spot which style to apply? Best regards, Nikola