Viewing 1 replies (of 1 total)
  • Hi, yes, you can use the magic of CSS, as example:

    @media (max-width: 600px) {
      #your-menu-css-id img.menu-image {
        display: none;
      }
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Is there a way to disable the display of menu images on mobile ?’ is closed to new replies.