If your theme doesn’t contain header widget area, you can add search form into the site header programmatically. Put the following code into your child theme header.php file in the place where you want to display the form on the website:
<?php echo BABE_html::get_search_form('Form title'); ?>