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.
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!
Hi!
Why don't use JS to hide it?
Cheers
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:
Thanks!
Hi!
Why don't use JS to hide it?
Cheers