Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #856218

    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

    #856242

    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

    #860314

    Hi Mike,
    actually I disabled a mobile menu plugin… now this issue is not relevant any more.
    Tanks!
    Jan

    #860317

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Disable Mobile Menu and Search’ is closed to new replies.