Private: Home › Forums › WordPress Themes › Metropolis – Clean Multipurpose WordPress Theme › Remove SEARCH from Primary Navigation › Reply To: Remove SEARCH from Primary Navigation
April 27, 2015 at 10:13 pm
#2831
Participant
Hello,
Yes, it is possible to remove the search section.
Go to wp-content/themes/metropolis/ and open a file called header.php. Go to about line 153 where it’s written:
<section id="search-box">
<?php get_search_form(); ?>
</section>
Delete the upper code and your search section shouldn’t appear anymore.
Robert