Home Forums Themes Support Gecko dectivate main menu line in smartphone responsive mode

Topic Resolution: Resolved
Viewing 3 reply threads
  • Author
    Posts
    • #17441

      how can I deactivate the menu line and only operate with burger icon at smartphone responsive mode?

    • #17469

      Hi Adam,

      You can hide the menu button on mobile by add custom css code in JanStudio > theme option > general layout > Custom CSS

      @media only screen and (max-width: 767px) {
      .jas-push-menu-btn { display: none;}
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #17508

      sorry. you got me wrong.

      I want to only have the burger button and not more the menu line with the menu items at mobile version.

    • #17513

      Hi Adam,

      Please change prev code to

      @media only screen and (max-width: 767px) {
      .jas-navigation.hidden-sm { display: none;}
      }

      Best regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 3 reply threads

You must be logged in to reply to this topic.