Hide Top Menu from Visitors
This is driving me nuts. How do you hide the top menu bar from visitors? I cannot believe there is not a simple permissions setting for this.
-
- · PavelS
- ·
Hello @Brand Harbor Go to Studio-Navigation-Site navigation-Visible For .... changes what you need
-
Already tried that. It still shows the search icon, the menu icon and the site icon. I want to hide the entire top menu block from Visitors who are not logged in. So, the system recognizes them as unauthenticated. There is no setting I can find anywhere - Artificer, Designer, Setting, Developer ...
-
If you hide the entire top block where the menu is, I think it will look terrible. Are you using Artificer? A better option is to hide the menu items(icons), which you can do in the navigation, just find the right section.
Or go to---Designer--settings--Default page type for visitors ---- or you can also use the Splash page and customize it to your liking.
-
-
·
LeonidS
- ·
Hello @Brand Harbor !
Dear @PavelS provided the ways in right direction (thnx again, mate!), but you may apply the following CSS trick (Custom Styles area of your UNA template):
.bx-user-unauthorized .bx-toolbar-content { display: none; }It will hide the entire toolbar part for the guest.
-
·
LeonidS
-
Thank you. All that was done as well. It still shows the previous icons I mentioned. We even tried Designer Without Heading/Footer. Made no change. In earlier versions of UNA CMS it would.
-
Tried that as well yesterday, even cleared cache. Put into Artificer and nothing changed.