Viewing 1 replies (of 1 total)
  • Hello again!

    Unfortunately not. You have two options for this scenario.

    Either create a new menu in the admin that is dedicated to the Responsive Menu plugin which you can control separately or add the following to your theme CSS style to hide the not shown on mobile items from users:

    #responsive-menu .responsive-menu li.not_show_in_mobile
    {
    display: none !important;
    }

    Many thanks

    Peter

Viewing 1 replies (of 1 total)
  • The topic ‘Hide menu item?’ is closed to new replies.