Home Forums Themes Support Claue Hide Theme Menu

Viewing 1 reply thread
  • Author
    Posts
    • #15434

      Im creating a menu for mobile device using shiftNav.  need to hide original menu from mobile device.  what is the theme menu class or id i can use  for example

      It says to

      Hide Theme Menu
      Enter the selector of the theme’s menu if you wish to hide it below the breakpoint. For example, #primary-nav or .topnav. This setting requires you to set the Toggle Breakpoint setting for it to have an effect

    • #15442

      Hi,

      Please add custom css

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

      Best regards

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

Viewing 1 reply thread

You must be logged in to reply to this topic.