Remove 'search bar' in top menu

Hey all,

How can I remove the search bar in the top menu?
Can’t find anything at all…

Please help!

remove the following lines from the header.php file

<div class="module widget-handle search-widget-handle left">
  <div class="search">
    <i class="fa fa-search"></i>
    <span class="title"><?php _e("Site Search", 'shapely'); ?></span>
  </div>
  <div class="function">
    <?php get_search_form(); ?>
  </div>
</div>

Thank you so much!

Hi @TimVNL,

I hope you are well today and thanks for helping out here in this forum.

Your help here is really appreciated.

Thanks,
Movin