I started to make a search field. I need to add the magnifying glass.
<h2><i>2 Beautiful Peninsulas 1 Dedicated Vision</i></h2>
</div>
<div class="medium-3 columns">
- <?php get_template_part('parts/search-form');?>
+ <form role="search" method="get" class="searchform" action="<?php echo home_url('/'); ?>">
+ <input class="search-input" type="text" placeholder="Search" value="" name="s">
+ <input>
+ </form>
</div>
</div>
</header>
\ No newline at end of file