Support

Home Forums Event Espresso Premium Is there a way to stop my event from displaying Available Spaces!

Is there a way to stop my event from displaying Available Spaces!

Posted: September 27, 2013 at 3:56 pm


SocialiteVIP

September 27, 2013 at 3:56 pm

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


Josh

  • Support Staff

September 27, 2013 at 4:29 pm

Hi there,

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.


Sidney Harrell

September 27, 2013 at 4:30 pm

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.

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.

Event Espresso