Okay
  Public Ticket #3630552
Hide calender in filter
Open

Comments

  • koeneke started the conversation

    Hi there,

    is it possible to hide the “Calendar” item in the filter? Since only one calendar has been created, it makes little sense to display it in the filter.

    Best
    Stefan

    Attached files:  Unbenannt-2.jpg

  •  783
    Zhivko replied

    Hi,

    Add this css in Fonts & Colors -> Custom style:

    .stec-layout-agenda-list-title {
        display: none !important;
    } .stec-top-filter-calendars {
        display: none !important;
    }

    This will hide the calendar filter and the widget title.


    Stachethemes Developer