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.
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