• Resolved amagab

    (@amagab)


    I don’t want people to see how many have submitted an RSVP. How do I hide the RSVP count?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Sky Shabatura

    (@skyshab)

    Hi there,

    You could hide this with CSS. Try the following:

    .event-tickets .tribe-tickets__rsvp-attendance {
    display: none;
    }

    You can add this in Appearance > Customize > Additional CSS.

    Let me know if that helps!

    Best,
    Sky

    Thread Starter amagab

    (@amagab)

    Thanks for your response Sky. I tried your code but it didn’t do anything. I also tried this code below that I got from someone at The Events Calendar, but unfortunately that hides the whole RSVP section:

    .event-tickets .tribe-tickets__rsvp {
    display: none !important;
    }

    So I’m still looking for something that would work.

    Plugin Author Sky Shabatura

    (@skyshab)

    Hi again,

    I actually tested that directly on your site, and it was hiding the attendance number part.

    Try it with !important.

    .event-tickets .tribe-tickets__rsvp-attendance {
    display: none !important;
    }

    Best,
    Sky

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Hide RSVP count’ is closed to new replies.