• Resolved puapill

    (@puapill)


    Dear Virtue Theme,

    How can I remove “Home” which is my primary menu on the mobile version? Right now I have two menus and I just want to have one and remove “Home” from my Top Bar on the mobile version?

    Thanks a lot!

    Mike

Viewing 2 replies - 1 through 2 (of 2 total)
  • hannah

    (@hannahritner)

    Hey,
    Try adding this to your custom css box in theme options > advanced settings:

    @media (max-width: 992px) {
    .topbarmenu ul li a {
        display: none;
    }
    }

    If that doesn’t work for you pleas post a link ??

    Hannah

    Thread Starter puapill

    (@puapill)

    Hello Hannah,

    Thanks a lot it worked and can be marked as resolved!

    Best regards,

    Mike!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Virtue Theme] How to remove "Home" from the "Top Bar" on Mobile?’ is closed to new replies.