-
Hello @PetsNexxt !
The search bar has been considered as non-menu item. You may limit the view actions for the guests so their search attempts will not provide the results.
-
Hi @PetsNexxt
Please try this in Studio -> Designer -> Injections -> Head Injection:
<style> .bx-user-unauthorized .bx-ti-search { display: none; } </style>
It will hide the search box to guests ('non-logged in' users).
Regards!
-
There is a typo in the first line of code. Otherwise, it works. Thanks.
-