• Resolved mariannehalavage

    (@mariannehalavage)


    Hi, please can you advise what the specific CSS is to remove/hide the ‘RSVP’ and ‘Tickets’ buttons? My buttons don’t work when link clicked and they also create a poor user experience. I have tried various options including

    #bit-events th.bit-tickets {
    display: none !important;
    }

    .bit-offers bit-button
    .bit-rsvp-container

    etc etc

    This article doesn’t help so would really need the specific class and CSS please:
    https://codepen.io/Bandsintown/pen/ZwJBgm

    Many thanks
    M

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mariannehalavage

    (@mariannehalavage)

    Have figured it out, so no response needed. Seems to be

    .bit-offers.bit-button {
    display: none !important;
    }

    .bit-rsvp-container {
    display: none !important;
    }

    Plugin Author Bandsintown

    (@kwestion505)

    Hello Marianne,

    Alexis here! Glad this is resolved! If you have any trouble in the future please email us at [email protected] and we can help, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove ‘RSVP’ and ‘Tickets’ buttons’ is closed to new replies.