Okay
  Public Ticket #3701273
Hiding number of events in mobile month view, the category tag in grid views, and the organizer filter in all calendars
Closed

Comments

  •  6
    selinkocagoncu started the conversation

    Hello,

    I would like to hide the following:

    1 - In devices, monthly view displays each day's number of events due to the lack of space. Would it be possible to prevent this number from being displayed?

    2 - In boxgrid and grid view across desktop and devices, I would like to hide the category tag of events. How can I go about this?

    3 - In both desktop and devices, I would also like to hide the `organizers` filter in all calendars. Among your past tickets, I found a solution for hiding the calendar filter and it helped me wonderfully. Could you provide a solution for hiding the 'organizer' filter also? 

    Thank you in advance for all your help.

    Have a wonderful day!

    Attached files:  questions 1 and 2.jpeg
      questions 2 and 3.png

  •  877
    Zhivko replied

    Insert this css in your custom styles:

    .stec-top-filter-organizers,
    .stec-boxgrid-event .stec-tags-list,
    .stec-calendar-cell-events-more {
        display: none !important;
    }
    

    Stachethemes Developer