• Hopefully this is a simple fix and I’m being stupid?! But unfortunately I can’t fine how to do this…

    So I’ve got the Top Bar Navigation for desktop view, which is great – works as I want. Then I have the mobile menu, which again works great. But unfortunately when I look at my website using a mobile phone, the Top Bar Navigation is still there, as well as the mobile menu – obviously I don’t want the Top Bar Navigation menu appearing on mobile devices.

    So is there any way to disable or hide the Top Bar Navigation when viewing my website on a mobile device?

    Thanks in advance!

Viewing 1 replies (of 1 total)
  • hannah

    (@hannahritner)

    Hi,
    There isn’t a built-in way to do this in the free version of Virtue. Though you can add this to your custom css box:

    @media (max-width: 768px) {
    div#topbar {
        display: none;
    }
    }

    Hope it helps!

    Best,
    Hannah

Viewing 1 replies (of 1 total)
  • The topic ‘Remove Top Bar Navigation from Mobile View?’ is closed to new replies.