Hey guys,
i am trying to remove the magnifier icon from the mobile view only (on desktop view it should still be displayed) and i did not find a solution here.
Both the magnifier icon next to the burger menu icon (before opening the the burger menu itself) and the magnifier icon when the burger menu is opened should be hidden.
Is there an easy solution to this?
Thanks and kind regards,
Florian
Hey aiko-logi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
CSS Snippet:
/* CSS - Hide search icon */
@media only screen and (max-width:480px) {
.responsive #top #menu-item-search {
display: none;
}
}
Best regards,
Vinay
Thanks a lot – did the trick perfectly!
Kind regards,
Florian