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?
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.
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?
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?
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
Salient Support Team
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?
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.
Salient Support Team
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.
Thanks Austin! I agree... a simple toggle would be a great idea. Awesome theme though!!!