Okay
  Public Ticket #376230
Double hamburger menu
Closed

Comments

  • Michael started the conversation

    Any plans to move to a single hamburger menu versus the double on the single page, ascend, etc layouts?

  •  8,849
    Tahir replied

    Hey Michael!

    Could you please elaborate further perhaps with screenshots ?.

    Thanks


    ThemeNectar Support Team 

  • Michael replied

    See attached. Double hamburger menus are just not the greatest UI. Why note just have all the nav items and content exist in the right hamburger menu slider?

  •  1,075
    ThemeNectar replied

    Hey Michael, changing the UI for this is an item on the wishlist but for now would require modding to the header.php file

  • Michael replied

    Got it. Looking forward to seeing it happen. In the meantime, is there an easy way to make the mods in the header file?

  •  8,849
    Tahir replied

    Hey Michael!

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :
    #header-outer[data-full-width="true"] .lines-button:before {
        
        content: 'Menu';
        
        top: 5px;
        position: relative;
    }
    
    
    
    
    #header-outer.transparent header#top nav ul .slide-out-widget-area-toggle a i.lines {
        display: none !important;
    }
    
    
    header#top nav ul .slide-out-widget-area-toggle a {
        width: 50px !important;
    }

    Thanks


    ThemeNectar Support Team