Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #281221

    Hello!
    I got a subscription site so only logged in users should have access to seach.
    Is it possible to show seach icon in the menu only for logged in users?

    Thanks!

    #281281

    Hey Superbobrik!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #searchform, li#menu-item-search { display: none; }
    .logged-in #searchform, .logged-in li#menu-item-search { display: block; }

    Best regards,
    Yigit

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