Search bar can‘t be disabled in navigation builder
Since there were changes to the search bar in the last updates, it can no longer be deactivated for specific user groups in the navigation builder. It can only be disabled by "Enable floating search bar" in Artificer settings, but then it is not visible for everyone.
-
-
·
LeonidS
- ·
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.
-
·
LeonidS
-
- · PetsNexxt
-
·
In reply to LeonidS
- ·
Ok. How is this possible?
-
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!