Support

Home Forums Event Espresso Premium Remove the event date from one specific event.

Remove the event date from one specific event.

Posted: November 1, 2016 at 12:19 pm


Ashli

November 1, 2016 at 12:19 pm

Hi,

I’m wondering if there is a specific code I might be able to put somewhere to remove the event date from one specific event. I don’t want to change the theme and remove the event date from all events just one specifically. Is there a way to do this? If so can you provide the code and where I would place it?

Thank you


Tony

  • Support Staff

November 1, 2016 at 5:18 pm

H Randall,

Can you let us know where exactly you are referring to? As in do you want to remove the date from the ‘standard’ event list, the single event page or somewhere else?

The simplest method is usually using some custom CSS to hide the date, but it depends on which output you are referring to. If you can provide a link for the location you wish to hide the date we can provide an example.


Ashli

November 2, 2016 at 2:25 pm

I’m trying to remove the date for one specific event, but leave the dates on all other events. The link is: http://www.uspilotcar.com/events/utah-pilot-escort-driver-flagger-recertification/
I want to remove the “event date” so that it’s like an open thing all the time, or looks to be that way.


Tony

  • Support Staff

November 2, 2016 at 3:28 pm

You can hide this specific date section (http://take.ms/HUCEq) from that specific page using some custom CSS:

#ee-event-datetimes-ul-8527 {
    display: none;
}

That looks like this – http://take.ms/ctlDU

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.

Is that what you are looking for?


Ashli

November 3, 2016 at 11:11 am

Great! This works perfectly.

The support post ‘Remove the event date from one specific event.’ 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