Modern Events Calender - X Ethos - Hide Time on Full Day Events?

Hi there,

I’ve searched near and far on the MEC forums for a resolution, but I’m beginning to suspect that there may be some modifications caused by X theme that are preventing my changes from becoming reality.

In essence, I am trying to remove the “Time: All Of The Day” from single event pages, and the little clock and “All Of The Day” from the master event list/page.

I’ve tweaked CSS, tweaked the functions, and still, they persist.

Any advice or suggestions would be GREATLY appreciated.

Hi There,

To remove those texts, please add the following CSS under Theme Options > CSS:

.post-type-archive-mec-events .mec-event-time.mec-color,
.single-mec-events .mec-single-event-time {
    display: none;
}

Hope it helps :slight_smile:

Yep, that did the trick!

Thanks so much - you guys have the best support I’ve ever seen for a theme!!

Thanks @chicknlil for your kind words, you are welcome :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.