Bradley Prout

Well-Known Member
upload_2016-8-2_8-46-43.png

So i went to check out the FontAwesome images on the alerts and inbox both icons are not displaying the correct icons see above that the alerts icon should be the deaf icon? but its displaying the default one
 
Instead of editing the template directly you can just use CSS to change the icon, technically we do it which is why it's overwriting your edit.

Code:
.XenBase .alerts .fa:before
{
   content: "\f2a4";
}
 
Use the same code as you used for the others but adjust the class:

Code:
.navTabs .navTab.MasterBadge .navLink:before {
  content: "\f091";
}
 

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