I use “The Events Calendar” and try your ticket (RSVP) system. I’ve seen a lot of questions about the same problem I have, but there was never a real solution… I can now use RSVP and the prize, but there is still event free – 30€ written on the event side
Is there any solution to fix this, because noone will understand this… germans wants to get it free then!
Hi Claudia and thanks for giving Event Tickets a try!
There is unfortunately no setting to change that, but you could use CSS in your theme’s style.css file or using a plugin like Simple Customer CSS to hide the price:
.tribe-events-event-cost {
display: none;
}
If you’re looking for more technical support on this, please do hit us with a thread in our Event Tickets support forum or–if you have a premium license–log into this site and post a question to the Event Tickets Plus forum.