Topic Resolution: Resolved
  • Closed
  • Viktor
    Spectator
    14.03.2015 at 18:05 #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
    14.03.2015 at 19:11 #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
    15.03.2015 at 18:01 #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
    15.03.2015 at 18:45 #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
    15.03.2015 at 20:05 #15531

    This work perfect 🙂