Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #259113

    HI
    Is it possible to show a secondary menu only to users that are logged in ?

    Tim

    #259134

    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

    #259137

    Fantastic

    That’s clever to have made a class of the logged in status.

    • This reply was modified 9 years, 12 months ago by KingConga.
Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Conditional Secondary Menu’ is closed to new replies.