Okay
  Public Ticket #695139
Sub-menu navigation indicator
Closed

Comments

  •  4
    Austin started the conversation

    How do I show the sub-menu navigation indicator in my nav header. I see it on all of the example but I do not see a setting to enable it on nav items that have a dropdown sub menu. Am I missing something?

  •  8,994
    Tahir replied

    Hey,

    The Inidicator is not put in as a design decision in the Off Canvas Menu.  You will have to turn off the "Sticky Header On Mobile " Option to get a Mobile Drop down menu and not Slide out from Right Off Canvas. 

    Bes.t


    ThemeNectar Support Team 

  •  4
    Austin replied

    That is actually not what I meant. I was talking about this (see attached. There are no chevrons in my site (bottom) yet there are in the example website (top). How can I get the chevrons next to nav items with sub-items like in the example?

  •  8,994
    Tahir replied

    Hey Again,

    They are only available in the Original Skin . You will have to change it in Salient Theme Options Panel -> General Settings Section .

    Best.


    ThemeNectar Support Team 

  •  4
    Austin replied

    Or I could put this in the custom CSS box. :)

    body header#top nav > ul > li.menu-item-has-children > a:after {
      content: "\f107";
      font-family: 'FontAwesome';
      text-decoration: inherit;
      display: inline-block;
      speak: none;
      font-size: 12px;
      line-height: 16px;
      height: auto;
      background-color: transparent!important;
      width: 8px;
      padding-left: 8px;
    }

    I really think this should be a toggle though in the theme options.

  • Ryan replied

    Thanks Austin! I agree... a simple toggle would be a great idea. Awesome theme though!!!