• Resolved dewan14

    (@dewan14)


    Hello

    I wonder if it is possible to remove the upcoming event under the calendar, so it only showing the calendar?

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PressTigers

    (@presstigers)

    Hello @dewan14,

    It’s an event calendar and designed for the upcoming events so with the current architecture you can’t remove it.

    Regards,

    Thread Starter dewan14

    (@dewan14)

    ok i understand, but too bad because my client want to use only the marker date in the calendar.

    and thanks for answering 🙂

    Plugin Author PressTigers

    (@presstigers)

    Hello @dewan14,

    You can hide lisitng through CSS. Please add the following CSS in your activated theme’s style.css:

    .sep-page .sep-calendar .eventCalendar-wrap .eventCalendar-list-wrap {
        display: none;
    }

    Let us know if it resolves your issue or not.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Calender display’ is closed to new replies.