event time (hide)

Home Forums Calendar Products Events Calendar PRO event time (hide)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1161282
    Adam
    Participant

    Is it possible to hide event times all together?

    #1161291
    Andras
    Keymaster

    Hello Adam,

    Thanks for going Pro and welcome to the forums.

    Yes, it is possible to hide event timings. You can do it 2 ways.

    1. Customize the template files. Here are some guides to get you started on that:

    https://theeventscalendar.com/knowledgebase/themers-guide/
    https://theeventscalendar.com/knowledgebase/template-overview/

    2. With some CSS tweaking. Paste this into your style.css file, and the timings will disappear. Note: if it is a recurring event, also the “Recurring Event (See all)” label.

     
    .tribe-event-schedule-details, /* List view, Photo view */
    .tribe-events-tooltip .tribe-event-duration, /* Month view tooltip */
    .time-details /* Day view, Map view */
    { display: none ;}

    Let me know if this helps or if you have any questions.

    Cheers,
    Andras

    #1170514
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘event time (hide)’ is closed to new replies.