Hi all,
Is there any way to hide the search function on mobile? Thanks!
Hey hylandgraphics,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#top #menu-item-search {
display: none;
}
}
Best regards,
Nikko
That did the trick. Thank you!
Hi,
I’m glad this was resolved for you. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon