Okay
  Public Ticket #3490495
Hide Categories On Grid View
Closed

Comments

  •  3
    elvisfrog started the conversation

    Is there a way to hide the Categories on the Grid view with a filter or is this a CSS trick?

  •  783
    Zhivko replied

    Yes, you can use this css to hide the tags in the grid layout:

    .stec-layout-grid .stec-tags-list {
        display: none !important;
    }



    Stachethemes Developer