Forum Discussion

tagged-leo's avatar
14 years ago

Do not show the "Search Granularity" dropdown in the search form widget?

Hi, I've added a custom component to be used only on the community page.  The custom component include the common search widget:   <div id="ask_a_question_form"><@component id="common.widget.search...
  • tagged-leo's avatar
    tagged-leo
    14 years ago

    Got it to hide using CSS:

     

    .CommunityPage .search-granularity {    display: none;}