*

andrei123

  • *
  • 1 posts
[HELP] Remove front page search
« on: June 13, 2024, 01:19:16 PM »
Hi,

How can I remove/hide/replace the search box from the landing page?

Thanks

*

dragutturgut

  • ***
  • 54 posts
Re: [HELP] Remove front page search
« Reply #1 on: June 23, 2024, 12:16:55 PM »
u may use css hide element : display none either for mobile or pc view

Marked as best answer by frosticek on July 17, 2024, 01:52:38 PM
*

metacreo

  • **
  • 9 posts
Re: [HELP] Remove front page search
« Reply #2 on: July 17, 2024, 01:29:23 PM »
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