Viewing 1 replies (of 1 total)
  • Hi,

    You can create a child theme and remove the following lines from header.php file:

    <div class="search-header">
    <?php
    add_filter( 'get_search_form', 'cwp_search_form_header' );
    get_search_form();
    remove_filter( 'get_search_form', 'cwp_search_form_header' );
    ?>
    </div>

    Here’s how to create a child theme: https://codex.www.ads-software.com/Child_Themes ??

    Regards,
    Hardeep

Viewing 1 replies (of 1 total)
  • The topic ‘Remove header search?’ is closed to new replies.