Skip to Main Content
Status Already exists
Categories Ideas portal
Created by Guest
Created on Apr 12, 2018

Idea Portal - Filter by Category

It would be nice to have the "filter by category" on the left side be removed.  Our goal is to have our field team simply input ideas and see where they stand, and vote on them.  

  • Attach files
  • Admin
    Austin Merritt
    Reply
    |
    Apr 17, 2018

    Hi there, yes it is possible to hide this using custom CSS. This article explains how to customize the CSS for your portal.

    You will want to add the following to hide the category filters:

    .categories-filters-wrapper {display:none;}

    Thanks!

  • Guest
    Reply
    |
    Apr 17, 2018

    Hi!

    Why don't use JS to hide it?

    Cheers