• Is there anyway to remove the search bar from the menu in the header?
    I do not want a search bar to appear.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Yes Need to see your url

    I have seen your url on other post and to take out the search bar copy header.php file in child theme and comment out the form

    <?php get_search_form(); ?>
    there is two of them change to
    <!–?php get_search_form(); ?–>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Search Bar in header’ is closed to new replies.