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

    Hi all,

    Is there any way to hide the search function on mobile? Thanks!

    #1068699

    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

    #1069011

    That did the trick. Thank you!

    #1069191

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hiding search function on mobile’ is closed to new replies.