Remove "Children" from Search box

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #632426

    is it possible to remove the “children” drop down from the search box.

    #633337

    Hi Keith,

    Please refer to this reply to find how to hide Children parameter at all.
    In case you need to hide it at from search form you can add the following code:

    .mphb_sc_search-children,
    .mphb_widget_search-children{
        display:none !important;
    }

    Best regards,
    John

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.