Hi Erin,
You can hide this by adding the following CSS to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:
.tribe-tickets-remaining {
display: none !important;
}
If you want to remove it entirely, you can edit the template for the ticket section (found at wp-content/plugins/event-tickets-plus/src/views/wootickets/tickets.php) by following the instructions in our themer’s guide. Once you’ve copied it over, you can remove the following from your copy:
if ( $available ) {
?>
ID ) . '">' . esc_html( $readable_amount ) . ''
);
?>
<?php
}
We are a bit limited in the amount of support that we can provide for customizations, but if you get stuck or have any questions, please let me know!
Thanks,
Jennifer