Is there a simple way we can block the PRICE from showing on the registration form? Our non-profit works asks for donations and the PRICE would create some confusion.
Thanks
This can be hidden with CSS. Add the following to your theme’s custom stylesheet, or use the my custom CSS plugin to create one:
/* hide the event price in the event list */
p.event_price {display:none;}
/* hide the event price in the registration form */
p.event_prices {display:none;}
Not at this time. One thing that you can do is create a some donation amount options that can be selected by using the multiple pricing feature. Then change the label for “price” to say “suggested donation”.
Viewing 3 reply threads
The support post ‘Remove 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.