With the new csui-style-override-kit-16.0.3:
Thanks
Lili
Both points are about functionality and not about styling, but I admit, that hiding the HTML markup by style overrides can be used as a workaround. The relevant components will still be loaded and created.
/* Hide the search button in navigation bar */.csui-navbar .binf-navbar-nav > .csui-search { display: none;}/* Keep the user profile button at the right side after removing the search button */.csui-navbar .binf-navbar-nav > .csui-profile { float: right;}
Thanks Ferda.
The hiding search bar works well.
I'll inform the client about enable/disable classic view in future release. for now, we'll stay with the AV overrides method to deal with this classic view link.