Hi all,
I try to disable new Mobile Menu and Search, but I do not get rid of this. It was gone before update :-(
Could you please post CSS, so that it disappears again?
Thanks in advance!
Jan
Hey Jan,
To remove the search icon go to Enfold Theme Options > Main Menu > Append search icon to main menu and uncheck.
To hide the mobile menu Try this code in the General Styling > Quick CSS field:
@media only screen and (max-width: 768px) {
.av-burger-menu-main {
display: none!important;
}
Best regards,
Mike
Hi Mike,
actually I disabled a mobile menu plugin… now this issue is not relevant any more.
Tanks!
Jan
Hey!
Glad you figured it out!
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 :)
Best regards,
Yigit