Regarding mobile menu

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #483
    william
    Participant

    Hi,

    Great theme (Bizlight-Pro) guys,
    As I intend to have a one page site so how could the mobile menu can be removed?

    Thanks

    #484
    eVision Themes
    Keymaster

    Hello william,

    Thank you for using our theme Bizlight-Pro.

    By default there is no option for mobile menu removel. But you can do it by yourself,
    Please put the following CSS in the Custom CSS.

    1. From “Customize” section, go to Theme Options.
    2. Now, go to Custom CSS and put the following CSS

    @media screen and (max-width: 767px) {
      nav.main-navigation {
        display: none !important;
      }
    }
    

    We hope it will fulfill your requirement. 🙂

    Please view our documentation here http://themepalace.com/theme-instructions/bizlight-pro/.

    If you have any further queries, please feel free to post 🙂

    Regards,
    eVisionThemes Support Team

    #486
    william
    Participant

    Thanks, that’s really perfect!

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