Hi,
I found it. It is in the banner-header.php. I hid the code by comment and the search bar disappeared from page.
Did i do it correctly:
“
<!–<form method=”get” id=”searchform” action=”<?php echo esc_url( home_url( ‘/’ ) ); ?>”>
<div class=”input-append search_head pull-right”>
<input type=”text”name=”s” placeholder=<?php _e( ‘Search’, ‘busi_prof’ ); ?> class=”search_input” id=”appendedInputButton”>
</div>
</form>–>
”