Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2831
Robert Kavgić
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