Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #853389

    Good afternoon,

    Please could you let me know if it is possible to hide / disable the built in Enfold search unless the user is logged in?

    Many thanks

    #853719

    Hey csmwebdesign,

    Please try the following in Quick CSS under Enfold->General Styling:

    .menu-item-search-dropdown {
      display:none;
    }
    
    .logged-in .menu-item-search-dropdown {
      display:block;
    }

    Best regards,
    Rikard

    #854025

    Super, thanks Rikard!

    #854081

    Hi,

    I’m glad this worked for you. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide main menu search unless user logged in?’ is closed to new replies.