Only display sidemenu for logged in users

Home Forums Gillion Theme Only display sidemenu for logged in users

Home Forums Gillion Theme Only display sidemenu for logged in users

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    RESOLVED Posts
  • nicolaivarney
    Participant

    Hi Shufflehound.

     

    Is it possible to display sidemenu only for logged in users? This would be very nice, because then I can use this menu for logged in features. Can it be possible somehow?

     

    best regards

    Nicolai

    nicolaivarney
    Participant

    Of course it would require, that the sidemenu icon is displayed on mobile, which it does not at the moment.

    Hi Nicolai,

     

    I hope you are well today and thank you for your question.

     

    I am not sure what you are referring as sidemenu so could you please share me the screenshot of it and also share me your site URL where it is displaying so that I can help you?

     

    Best regards,
    Shufflehound team

    nicolaivarney
    Participant

    Ah sorry, not the best description. By side menu i mean this one (picture). In your theme settings, it’s called side menu

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    body:not(.logged-in) li.menu-item.sh-nav-menu.sh-nav-special,
    body:not(.logged-in) .sh-header-side-overlay,
    body:not(.logged-in) .sh-header-side {
        display: none !important;
    }

    nicolaivarney
    Participant

    Thanks alot! Now I can use this menu as member-functions. Awesome!

    You are most welcome here 🙂

Viewing 7 posts - 1 through 7 (of 7 total)