Tagged: main-menu, small bar, user roles, visibility
Hi, I’m trying to hide the “Small bar above the Main Menu” when a user is NOT logged in. I want to keep it visible when the user IS logged in.
How can I do this?
Thank you,
Jake M.
Hey Jacob,
Try adding the following to quick css:
#header_meta{
display:none!important;
}
.logged-in #header_meta{
display:block!important;
}
Best regards,
Jordan Shannon
Worked like a charm! Thank you very much!
Hi,
Perfect! I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon