Tagged: secondary menu
HI
Is it possible to show a secondary menu only to users that are logged in ?
Tim
Hey Tim!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logged-in .sub_menu { display: block !important; }
.sub_menu { display: none; }
Best regards,
Yigit
Fantastic
That’s clever to have made a class of the logged in status.