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

    Hi,

    I just would like to remove de mobile menu, keeping the main menu operational. How can I do that?

    My old css become “garbage” after the enfold update.

    Thanks

    #834008

    Hey CloudChoice,

    Please post a link to your website so we can provide you an accurate solution

    Best regards,
    Yigit

    #834043

    Hi,

    In the link you can check the problem… the mobile menu is overlapping the main menu in small devices.

    Thanks

    #834050

    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: 767px) {
    .responsive #top .av-main-nav .menu-item {
        display: block!important;
    }
    .responsive #top .av-main-nav .menu-item-avia-special {
        display: none !important; 
    }}
    
    

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.