Nirjonadda

Customer
How can adding Custom navigation icons?

ScreenShot00344.png
 
Basically need to inspect element and add your own icons:

Code:
.p-nav-list .p-navEl a.p-navEl-link[data-nav-id="imagehost"]:before { content: "\f085"; }

Can't see your other items logged out, but if you inspect element on the image host tab you can see the data-nav-id, then you'll need to find the icon: https://fontawesome.com/v4.7.0/cheatsheet/

Just as a heads up our site's going down for an upgrade and will be down most of the day.
 
I have added to extra.less Templates, Does this correct code?

Code:
// Navigation icons
.p-nav-list .p-navEl a.p-navEl-link[data-nav-id="imagehost"]:before { content: "\f093"; }
.p-nav-list .p-navEl a.p-navEl-link[data-nav-id="snog_forms_nav"]:before { content: "\f0fe"; }
.p-nav-list .p-navEl a.p-navEl-link[data-nav-id="dbtechShop"]:before { content: "\f217"; }
 

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