Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1237972
    captainfowler
    Participant

    Hi

    Theme is working well on desktop browsers, but when I open it on a mobile device there is no top menu, can you help?

    I was looking at other threads on similar topics and could not find an answer that works.

    URL: http://firstandtrend.com

    Wordpress: 4.6.1

    X-version: 4.6.4

    Cornerstone: 1.3.3

    Thanks Marc

    #1238003
    Rupok
    Member

    Hi Marc,

    Thanks for writing in! It’s already there but as you are using light background, it’s invisible.
    You can add this under Custom > CSS in the Customizer.

    .x-btn-navbar {
      color: #333;
    }
    
    .x-btn-navbar:hover {
      color: #222;
    }

    Let’s change the color with your own preferred color.

    Cheers!

    #1239408
    captainfowler
    Participant

    I added in your code and now I know where the menu button is I can get the menu to appear. But the menu icon is still white on white. How can I change that?

    Thanks for your help.

    #1239464
    Thai
    Moderator

    Hi There,

    Please update the previous CSS a bit:

    .x-btn-navbar.collapsed,
    .x-btn-navbar {
      color: #333;
    }
    
    .x-btn-navbar:hover {
      color: #222;
    }

    Hope it helps 🙂

    #1239728
    captainfowler
    Participant

    Thanks!! That seems to have got it!

    You rock!

    #1239744
    Joao
    Moderator

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1237972 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>