hej folks, i hope you can help me. i would like the search icon only displayed in the opened mobile menu. in other words: how do i hide it next to the burger-menu?
Hey therzig,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 990px) {
#top #menu-item-search {
display: none !important; }}
Best regards,
Yigit
Hello Yigit. Not quite what i had hoped for. If i open the mobile menu, i would like to have the search-icon – there it is now also gone.
Hey!
Oh, sorry, i misunderstood you. Could you please post a link to your website? :)
Best regards,
Yigit
Here you go!
Hi!
I changed the code to following one
@media only screen and (max-width: 990px) {
#top #menu-item-search {
display: none; }
.av-burger-overlay-active #top #menu-item-search {
display: block; }}
Please review your website
Regards,
Yigit
Thank you very much! Works fine!
Hi,
Glad that Yigit helped you. Thanks for using Enfold :)
Best regards,
Nikko