Okay
  Public Ticket #1717073
Remove the word "Uncategorized"
Closed

Comments

  • chicscapes started the conversation

    All my events have categories but yet this filter still appears. How do you remove it?

  •  881
    Zhivko replied

    Hi,

    I've added some custom css in Fonts & Colors -> Custom Style that should fix the issues you've mentioned.


    Stachethemes Developer

  •  2
    David replied

    I would also like to remove, can you provide the code please.

  •  881
    Zhivko replied

    Add following css in Fonts & Colors -> Custom Style:

    .stec-top-menu-filter-by-category li[data-catid="0"] {
      display: none !important
    }



    Stachethemes Developer