-
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!
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!