Search bar can be easily removed from any header layout with next custom CSS code:
#fullscreen-navigation .searchform { display: none; } .wph-header #searchform { visibility: hidden; }
Search bar can be easily removed from any header layout with next custom CSS code:
#fullscreen-navigation .searchform { display: none; } .wph-header #searchform { visibility: hidden; }