Home › Forums › Gillion Theme › Only display sidemenu for logged in users
Home › Forums › Gillion Theme › Only display sidemenu for logged in users
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
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
Ah sorry, not the best description. By side menu i mean this one (picture). In your theme settings, it’s called side menu
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; }
Thanks alot! Now I can use this menu as member-functions. Awesome!
You are most welcome here 🙂