Hello,
the search icon is missing on my mobile menu allthough the settings suggest it should be there
Can you give me a clue how to make it appear please
cheers
maybe this post could help you
Hi,
Thanks for sharing and helping out @wealthyone, could you check that out @angereichert?
Best regards,
Rikard
Hi
unfortunately still no search icon on mobile menu…
any other suggestions?
Cheers Jutta
Hi Jutta,
https://cl.ly/8dbcab24cf67 This code in your styles.css is hiding the search. Please remove the code.
If you need further assistance please let us know.
Best regards,
Victoria
Good Morning Victoria,
thanks, that was it.
But another problem arrouse deleting this code
/*——————————————– */
/* Activate burger menu at certain size */
/*——————————————– */
@media only screen and (max-width: 1300px) {
#top #header .av-main-nav > li.menu-item {
display: none!important;
}
#top #header .av-burger-menu-main {
cursor: pointer;
display: block!important;
}}
I was told to put that code in to prevent the menu running into
the logo when reducing the display size.
Now
How do I stop the menu running into the logo when reducing the displaysize without deleting the search…
Thanks and have a nice day
Jutta
Hi Jutta,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1300px) {
nav.main_menu, #menu-item-search {
display: block !important;
}
.menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria