Forum Moderators: not2easy

Message Too Old, No Replies

Hide unwanted buttons from the dropdown

         

DiseezBee

10:42 pm on Oct 19, 2020 (gmt 0)

5+ Year Member



Hi there,

On checkout page <snip> under Paypal, we want to hide Credit Cards options with an additional CSS. But it's not working.

#paypal-animation-content .paypal-button-label-card {
display: none !important;
}


What might be the issue?

Regards



[edited by: not2easy at 11:05 pm (utc) on Oct 19, 2020]
[edit reason] Please see ToS [webmasterworld.com] [/edit]

not2easy

11:21 pm on Oct 19, 2020 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



Hi DiseezBee and Welcome to WebmasterWorld [webmasterworld.com]

We will need to get an idea of the existing css that you'd like to change in order to help. We offer "How-to" information here: [webmasterworld.com...]

Unfortunately we don't do reviews or go look at a page to see what's there. We prefer to educate webmasters to make their own judgements, rather than discuss specifics of any site.

If only a site review can help, please consider subscribing to WebmasterWorld. The Site Review Forum is here: [webmasterworld.com...]

NickMNS

11:28 pm on Oct 19, 2020 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Based on the element name "#paypal..." and ".paypal..." is the content in an iframe?

lucy24

4:00 am on Oct 20, 2020 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



For starters, let's see the HTML that the CSS is supposed to work with. Not the entire page! Just a snippet that includes the two named elements (one id, one class).