You can hide that information with custom CSS:
https://eventespresso.com/topic/remove-or-hide-ticket-details/
Or there are toggle options in the Premium version to show/hide that information.
Does that help?
Unfortunately we’re a not for profit running a fundraiser. We don’t have the skills to do this so will have to find another way to sell tickets.
Its awesome apart from that and wish we could use it. thank you.
@scotchmonster,
If you or someone on your team can copy and paste, you have the skills to do this.
You go to the Appearance -> Customize section of the WP admin, and there you will see a tab labeled ‘Additional CSS’. You can add some code like this to hide the display of the number of tickets sold/available. Please paste the code between the dashed lines into the Additional CSS panel:
—————————————-
.tckt-slctr-tkt-details-this-ticket-sold-th,
.tckt-slctr-tkt-details-this-ticket-left-th,
.tckt-slctr-tkt-details-total-tickets-sold-th,
.tckt-slctr-tkt-details-total-tickets-left-th,
td[data-th="Sold"],
td[data-th="Remaining"],
td[data-th="Total Sold"],
td[data-th="Total Spaces Left"] { display:none !important; }
—————————————-
Please refer to this guide for more detailed information about the CSS customizer: https://codex.ww.wp.xz.cn/CSS#Custom_CSS_in_WordPress