Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1043263

    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.

    #1043267

    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
    #1043314

    Worked like a charm! Thank you very much!

    #1043384

    Hi,

    Perfect! I’m happy to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘"Small bar above Main Menu" Change visibility’ is closed to new replies.