Hi!
Just upgraded Enfold theme from 3.4.7 to 3.5.1. After the update, the mobile search button/icon is gone. Any tips on how to solve tis issue? This os the code that was working before the upgrade:
@media only screen and (max-width: 767px) {
.main_menu .avia-menu, #header_main_alternate {
display: block !important;
}
.av-main-nav > li { display: none; }
li#menu-item-search {
display: block!important;
margin-top: -86px;
right: -25px;
}}
BR, Torbjörn
Hey Torbjörn!
Thanks for getting in touch with us!
Could you please provide a link and login details to your site, so that we can have a closer look. You can place the information in the Private Content section of your reply.
Cheers!
Jordan
Thanks Jordan!
I’m providing the required info in the Private section
Hey!
The icon color is the same as the header background. Add this inside the css media query above:
#menu-item-search {
color: gray;
}
Best regards,
Ismael
Wow, that’s embarrassing :-) Checking the color never occurred to me since it was working before the upgrade. Anyway, it works great now – thank you!
Hi!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Regards,
Yigit