Tagged: schmidtgrafisk
Hi Enfold
How do I delete the search icon on mobile screens
Cheer
Alan ;)
Hey Alan,
I can’t see a search icon on mobile on the page you linked to, did you manage to find a solution already?
Best regards,
Rikard
Goodmorning Rikard
It’s still there, I’ve linked a screenshot of my mobile view
Alan ;)
Hi Alan,
Please try to add this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (max-width:767px) {
.responsive #top .av-main-nav #menu-item-search {
display: none;
}
}
Hope it helps.
Best regards,
Nikko
Hi Nikko
The mobile view is ok now, but I lost it at tablet vertical view, if possible I’d like to get it back on the tablet.
Thanks ;)
Hi Alan,
Please add this CSS code above the last code I gave:
@media only screen and (max-width:1250px) {
.responsive #top .av-main-nav #menu-item-search {
display: block;
}
}
Best regards,
Nikko
Hi Nikko
Awesome, thanks ;)
Hi Alan,
I’m glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko