[Resolved] Secondary Menu is showing on mobile, without any Menu inside

Home Forums Support [Resolved] Secondary Menu is showing on mobile, without any Menu inside

Home Forums Support Secondary Menu is showing on mobile, without any Menu inside

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

    Hi, i use the secondary menu to show stuff for logged in users. I use “If Menu – Visibility control for menu items” to st the visibility. It works good, when the user is not logged in, the secondary menu is not visible for everyone. Now i saw, that this is just working on desktop. On Mobile there is now my secondary menu but no items inside.

    Can you please fix that or give me a workaround?

    Best Kevin

    #1257518
    David
    Staff
    Customer Support

    Hi there

    try adding this CSS:

    body:not(.logged-in) #secondary-navigation {
        display: none;
    }
    #1257532
    Kevin

    Thank you it works

    #1257652
    David
    Staff
    Customer Support

    You’re welcome

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.