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
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
Super, thanks Rikard!
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