Event RSVP

    • 22 posts
    April 24, 2023 12:09 PM EDT

    Hi everyone,

    Is it possible to remove the event RSVP's numbers from the event profile page? I'm mostly using the event profile page as a landing page for events - not as the place to track RSVP's. Because of that, the RSVP's look very low (only a few people who are logged in RSVP) and we don't want to show that. Actual RSVP's are tracked elsewhere.

    Thanks!

    -Cheryl

    • Moderator
    • 6923 posts
    April 25, 2023 6:06 AM EDT

    You could try the following in your cloned theme's css in admin:

    .event_stats_info {
    display: none;
    }

     

    but I suggest to test it. It seemed to work for me on my test.