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

    Hello.

    I want to remove magnifying glass in mobile devices.
    If it is possible I want to put in the menu, but if it is not possible I need to remove completely.

    Thank you.

    #852695

    Hey vmoralestejedor,

    Adjusting it to the mobile menu would require some theme customization that goes beyond the scope of support.If however you want to hide it, please add this to quick css:

    @media only screen and (max-width: 767px)  {
    #menu-item-search{
    display:none!important;
    }
    }

    Best regards,
    Jordan Shannon

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