Topic Resolution: Resolved
  • Closed
  • Viktor
    Spectator
    March 14, 2015 at 6:05 pm #15458

    Hello!

    Can you take a look on my website and tell me why the top menu stay white and empty in responsive mode? It does it on my phone (Nexus 5) and on my computer with a small Chrome window.

    Thanks in advance.

    Victor.

    Roman
    Spectator
    Posts: 3147
    March 14, 2015 at 7:11 pm #15463

    not sure why, but this Custom CSS should fix the issue:

    #wrapper .header-v3 .top-menu .mobile-topnav-holder .mobile-selector, #wrapper .header-v4 .top-menu .mobile-topnav-holder .mobile-selector, #wrapper .header-v5 .top-menu .mobile-topnav-holder .mobile-selector {color: #333 !important;}

    Larkoll teamet
    Spectator
    Posts: 25
    March 15, 2015 at 6:01 pm #15515

    Thanks for that, this custom CSS fix the problem. But is it possible to disable the top menu only on mobile?

    Roman
    Spectator
    Posts: 3147
    March 15, 2015 at 6:45 pm #15521

    try this Custom CSS:

    @media only screen and (max-device-width: 768px) {
    .header-social .top-menu {display:none!important;}
    }

    Larkoll teamet
    Spectator
    Posts: 25
    March 15, 2015 at 8:05 pm #15531

    This work perfect 🙂