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.
How to hide mobile menu icon in desktop
Hi Ninja -- Thanks, its resolved. How did you do that?
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.
saguaros locked the discussion.