Support

Home Forums Event Espresso Premium Remove End Time – Show Only Start Time

Remove End Time – Show Only Start Time

Posted: September 16, 2014 at 1:13 pm


Rebecca Metz

September 16, 2014 at 1:13 pm

I would like to only show the start time, not the end time. I have seen this done on other sites. Can you tell me how I would do that?
Here is a video on what I mean:

The site that is doing this is http://templedavid.org/calendar/

WordPress version: 4.0
Event Espresso 4.4.0.p
Just installed


Dean

September 17, 2014 at 1:39 am

Hi,

It can be achieved with CSS. Add the following to your themes style.css (updates WILL over write this), your child themes style.css or a pluign such as My Custom CSS.

.time-display-block { color: transparent; }
.event-end-time { display: none; }
.event-start-time { color: #000; }


Dean

September 17, 2014 at 1:41 am

duplicate entry deleted.

  • This reply was modified 9 years, 7 months ago by  Dean. Reason: Duplicate entry

The support post ‘Remove End Time – Show Only Start Time’ 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