Remove intelligent search from the top overlay menu
Permalink
Hi, Is there a way to hide the top Intelligent search box ? I am looking into the dashboard.php file but cannot find out which lines to remove, or better if that can be done from the admin panel ?
Thank you
Thank you
So you want to modify add this to /public_html/config/site.php
define('ENABLE_INTELLIGENT_SEARCH_HELP', false);
define('ENABLE_INTELLIGENT_SEARCH_MARKETPLACE', false);
screenshot attached for reference
If you need to remove it completely the best way would be through css and adding visibilty hidden