Remove event times

Home Forums Calendar Products Events Calendar PRO Remove event times

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #321778

    I would like to know how to remove the event times from the events entirely. I do not want to see the start time or end time on any of the events page.
    I’ve tried looking for the line of code that shows the time and I can’t seem to find it – i just simply want to disable the time from being viewed on any of the events i post. Hope you can help thanks!

    #322913
    Casey D
    Member

    Hello connectingyourvision,

    This should be easy enough with a line of CSS. Something like:

    .tribe-events-event-meta .time-details { display: none; }

    This should get you 90% of the way there, depending on your theme or other customizations you’ve added.

    If you check out ourĀ Themer’s Guide, you could probably make a template override to display what you want.

    Does this make sense? Let me know if this doesn’t work for you.

    Cheers!

    – Casey Driscoll

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Remove event times’ is closed to new replies.