Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #883357

    Burger menu dissapering on mobile/tablet after update Enfold 4.2.
    I have these quick css modifications because of the pictures in megamenu:

    @media only screen and (max-width: 990px) {
    .avia_mega_div img {
    display: none !important;
    }}
    @media only screen and (max-width: 767px) {
    .responsive #top .cart_dropdown {
    display: none !important;
    }
    }
    .related.products {
    display: none !important;
    }
    How can I fix it so I still have the pictures in megamenu?

    #883359

    Problem solved it self apparently. But how can I hide the append search icon to main menu on mobile/tablet?

    #883363

    Hi,

    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: 989px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special#menu-item-search {
        display: none;
    }}
    

    Best regards,
    Yigit

    #883369

    Thank you. That work perfectly.

    #883371

    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 start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Burger menu dissapering on mobile/tablet after update Enfold 4.2’ is closed to new replies.