Okay
  Public Ticket #3013958
Hide Some Filters
Closed

Comments

  • Jose started the conversation

    I would like to hide "Locations" and "Featured" filters from the top of the calendar, but keep the filter by category. I already tried that by adding custom style code but it did not work. 

    .stec-top-menu-filter-by-location {
        display: none;
    }
    

  •  783
    Zhivko replied

    Try this one:

    .stec-top-menu-filter-by-featured,
    .stec-top-menu-filter-by-location { display: none !important; }



    Stachethemes Developer