Forum Discussion
tagged-leo
Ace
Got it to hide using CSS:
.CommunityPage .search-granularity { display: none;}
tagged-leo
14 years agoAce
Better way - specify the element within the body of the community page:
#lia-body.CommunityPage .search-granularity { display: none;}