New Landing How can we help? Themeforest Theme Support Dante Want to completely remove the mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Dante
  • #284689
    stoneslade
    Member
    Post count: 33

    I’ve seen various posts on here to tweak the mobile menu including this CSS provided by an admin:
    #logo a.mobile-menu-show, #mobile-menu-wrap {
    display: none!important;
    }

    This removes the button that opens the menu but still leaves a large black rectangle at the top of the screen. Is there a way to remove that completely? This particular site is a single page using the rev slider for the different “pages”

    #284750
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    @media screen and (max-width: 767px) {
    .naked-header .header-wrap{
    display:none !important;
    }
    }

    Thanks
    Mohammad

    #284991
    stoneslade
    Member
    Post count: 33

    That did it. You Rock Mohammad! thank you

    #284993
    David Martin – Support
    Moderator
    Post count: 20834

    Thanks Mohammad!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register