Hi,
How can I remove/hide/replace the search box from the landing page?
Thanks
Opt 1
Go to: Appearance > Theme Customization > Your CSS
add: div#home-search {display:none!important;}
click Save changes
Opt 2
Change file oc-content/themes/delta/inc.search.php
Remove or comment all code from line 4 to 173 incl.
Have fun