How do I hide the mobile menu icon in desktop display for JA Kids Corner? I only want it to display when the site is viewed in mobile devices.

    railer
    Hi
    open template folder/css/custom.css file
    Create this file if not present and add the code

    @media(min-width:768px) {.off-canvas-toggle {display:none; }}

      Ninja

      Thanks. I put it into my file, but it isn't taking effect. There are a lot of less links. Caching is disabled.

        railer
        Hi
        Kindly share the page URL of your site on which the issue is present to check it.

          railer
          Hi
          Kindly check the off canvas is not showing in PC view.
          Clear your browser cache if it still appearing.

          Hi Ninja -- Thanks, its resolved. How did you do that?

            railer
            Hi
            It work normal.
            Maybe server side cache that not showing change instantly

            5 months later

            Ninja @media(min-width:768px) {.off-canvas-toggle {display:none; }}

            Thanks. I have spent hours trying to fix it. The above solved the problem. Now the hamburger icon only shows up in mobile view and not desktop view.

            Write a Reply...
            You need to Login to view replies.