Dave

Registered
I've turned on the icons via style properties.
I've changed the cog icon for the resource manager to the download icon by adding this to my extra.less
a[data-nav-id="xfrm"]:before { .m-faContent("@{fa-var-download}"); }

However i'm just wondering how I go about changing the colour for the icon?
 
Technically you can use the same CSS but add the color:

Code:
a[data-nav-id="xfrm"]:before { color: #CCC; .m-faContent("@{fa-var-download}"); }
 

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