Reply To: Regarding mobile menu

#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