Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #320505

    paulkerzner
    Participant

    I know that I can’t be the first to ask this but I have searched and searched. How can I make my hamburger icon align left when viewing in mobile? Right now it aligns right.

    http://www.communityacupuncturescottsdale.com

    Also, is there any way for me change the color of the selected navigation items only on mobile? The mobile nav is black and as you can see the text is also black. I would like to change that to a light grey.

    Thanks in advance.

    #320770

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> CSS :

    a.x-btn-navbar {
      float: left !important;
    }
     .x-navbar .mobile .x-nav li > a:hover, .x-navbar .mobile .x-nav .x-active > a, .x-navbar .mobile .x-nav .current-menu-item > a {
      color: lightgray;
    }
    

    Hope it helps.