I would like to hide the whole (Available Spaces: Unlimited) I don’t want that whole statement displayed. Is there a feature to turn this on and off or is that always going to there. I may need it in the future but definitely not yet
The Available spaces display can be removed from the template or hidden with CSS. The simplest way to do this is with CSS. You can add this to your custom stylesheet:
.spaces-available {
display:none;
}
Don’t have a custom stylesheet? No worries, you can install the my custom CSS plugin and it will add one to your WP admin.
Probably the easiest way without changing any template code is to add the css rule:
.spaces-available {display: none;}
You can use a plugin line My Custom CSS if you don’t want to edit any files.
Viewing 2 reply threads
The support post ‘Is there a way to stop my event from displaying Available Spaces!’ 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.