Thanks. Well I learned that only logged-in users can create Community Tickets… so I created an account and you can disable Anonymous Submissions now. Sorry about that.
FYI: this is how my Community Tickets looks with Twenty Sixteen theme: https://cl.ly/0H2m3x0x0g3B
Notice Global Stock option is in a different location.
Phew! That was a tough one… Here’s some CSS specific to your site (preview in Pink and display:none):
/* Hide attendees list */
body.tribe_community_edit #event_tickets table.ticket_list tr:first-of-type,
/* RSVP ticket type */
body.tribe_community_edit #ticket_form_table tr.ticket > td > input[value="Tribe__Tickets__RSVP"],
body.tribe_community_edit #ticket_form_table tr.ticket > td > span:first-of-type,
/* Global stock mode */
body.tribe_community_edit #ticket_form_table tr.global-stock-mode:not(.sales-cap-field),
/* Purchase limit */
body.tribe_community_edit #ticket_form_table tr:nth-of-type(13) {
display: none;
}
I hope it helps. Please let me know.