Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Woocommerce checkout showing 3 paypal links/logos

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #267408
    veroak
    Participant

    Hi!

    As the title suggests, I have this Woocommerce site (bambamboom.com) and have a bug that I havent been able to fix… it feels like it should be so simple bit havent been successful at it.

    So yea, on checkout, on the paypal section you will see there are 3 Paypal logos/links showing, instead of just one.
    I don’t even want to get to the bottom of it and would just prefer to hide them on the frontend with CSS and end the issue there… the thing is that when i inspect the elements, they have a dynamic number on the ID and class that actually changes every time the page is refreshed… making my basic ‘display none’ futile.

    e.g.
    #xcomponent-paypal-button-1689558c67.paypal-button-size-responsive {
    display: none;
    }

    Since i have to hide 2, getting the bigger class ID wouldnt work. It has to be specific to the copies so that the original stays.

    Any reccos? thanks a lot!

Viewing 1 post (of 1 total)
  • The forum ‘Design’ is closed to new topics and replies.