hello together
I have received from them this CSS code
(see private content)
So the magnifier is no longer visible vertically
If I turn the mobile device (only phone) to horizontal the magnifier is present again.
Is it possible to hide the magnifier on the phone in horizontal view too?
thanks in advance
kind regards
Franz
Hey schweg33,
I assume that by “magnifier” you mean the search icon, in which case your css doesn’t look correct, Please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
@media only screen and (max-width: 767px) {
.responsive #top .av-main-nav #menu-item-search.menu-item-avia-special {
display: none;
}
}
After applying the css, please clear your browser cache and check.
If this doesn’t help please include the url to the page in question so we can take a closer look.
Best regards,
Mike
Hallo Mike
Thanks a lot
That fits
always a good support
you can close this request
kind regards
Franz
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike