Tagged: search icon
Hello,
I would like to remove search icon on mobile only. How can I do this? Just not enough room.
I would also like to add the search icon in the actual mobile menu (once you click on the hamburger menu. ow can I do this?
Hey virtualbis,
Could you post a link to the site in question, so that we can have a closer look please?
Best regards,
Rikard
Of course. See below.
You will notice as well the hamburger menu is no longer working. I recently updated it. Any idea what is going on?
Hi,
Thanks for the update. We can give you CSS to make the logo a bit smaller, if you want to keep the search icon there instead maybe? About the mobile menu not working; I sent you a reply for that in your other thread.
Best regards,
Rikard
Hi,
I would prefer not to make te logo smaller I would like to remove search icon on mobile only.
In the mobile menu I wouldalso like to add either “Search” text or a search logo.
Hi,
Thanks for the update. Please try this in Quick CSS in order to remove the search icon next to the logo:
@media only screen and (max-width: 767px) {
nav.main_menu #menu-item-search {
display: none;
}
}
I’m not sure what you are looking to change in the mobile menu though, there is a search icon there already. Are you looking to add text before or after it?
Best regards,
Rikard