• Resolved sherkx

    (@sherkx)


    Anyone know the custom .css to do this? I managed to do it on the desktop version but it’s still showing up on mobile…

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

    (@hannahritner)

    Sure, add this to your custom css box in theme options > advanced settings:

    @media (max-width: 992px) {
    .topclass {
      display: none;
    }
    }

    Hannah

    Thread Starter sherkx

    (@sherkx)

    Thanks so much.. This was driving me crazy for ages!!

    Thread Starter sherkx

    (@sherkx)

    Okay so this worked for tablets but not phones.. Any ideas?

    hannah

    (@hannahritner)

    Sorry I think I misunderstood. You don’t want the topbar to show at all? You can just turn it off in theme options > topbar settings.

    Hannah

    Thread Starter sherkx

    (@sherkx)

    How did I miss that?! Thanks again Hannah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to remove mobile topbar?’ is closed to new replies.