• Resolved carefactornil

    (@carefactornil)


    If you press the burger menu on mobile, and are on any page other than home page then that current menu option disappears (could be black on black?) from the list.
    Is this a CSS thing to correct?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @carefactornil

    You can fix this problem by adding this CSS code in the Customizer > Additional CSS:

    @media screen and (max-width: 64em) {
    .side-nav .navbar-nav>li.current-menu-item>a,
    .side-nav .navbar-nav>li.current-menu-parent>a,
    .side-nav .navbar-nav>li.current_page_item>a {
    color: #fff !important;
    opacity: .5;
    }
    Thread Starter carefactornil

    (@carefactornil)

    Amazing! Thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Mobile selected menu item disappears’ is closed to new replies.