mimo

Customer
Hello there,
i want to know if there is an option to turn on icons for items in the sub navigation

icon.png


On top of "NEUE BEITRÄGE" there should be an icon. Like in the main Navigation row.
I am grateful for any help.
 
The option itself isn't for the sub-navigation but just the primary nav. I personally don't recommend having them above both, it would take a lot of room.

You could add this into your extra.less to add the icon to the left of it if you wanted:

Code:
a[data-nav-id="newPosts"]:before
{
   .m-faBase();
   .m-faContent("\f27a");
   padding-right: 5px;
}

Replace the f27a with whatever icon code you want. https://fontawesome.com/search
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back