On my event list page, we often have 3 different prices for our classes and I notice on the event list it varies between displaying the member, non member and free prices. I don’t want it to be displayed as a “free event” when there is still a price for the class. Is there a way I can either not have the price show on the event list or pick the price I want to display?
Yes, or you can even have it display a list of prices.
The simplest option is to hide the price from the list with a bit of CSS. You add this to your custom stylesheet to hide the prices from the event list:
.event_price {
display: none;
}
Viewing 1 reply thread
The support post ‘Event list price is not showing correct price’ is closed to new replies.
Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.
Support forum for Event Espresso 3 and Event Espresso 4.