Hi! Is there a way to hide a menu item on desktop, but not on mobile?
Hi ! π Sure easy peasy.
Just add a new combo class to the menu item - maybe something like "desktop-only" and do display none, and then go to tablet, and change it to display block (or whatever the element should be for display). This should get you the result you were hoping for!