Base solution for your next web application
Open Closed

Custom Navigation Provider Icons #230


User avatar
0
codemonkey21 created

All the icons in the navigation provider appear to use Font Awesome. Does this allow the use of a custom icon? If so, how?

<a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Navigation">http://www.aspnetboilerplate.com/Pages/ ... Navigation</a>


1 Answer(s)
  • User Avatar
    0
    hikalkan created
    Support Team

    You can use any icon class (font) library. Not only FA. Even you can use a custom image. But you should change menu rendering code in that case. I'm sure that you will understand it when you check menu HTML code: <a class="postlink" href="https://github.com/aspnetboilerplate/aspnetboilerplate-templates/blob/master/src/AbpCompanyName.AbpProjectName.WebSpaAngular/App/Main/views/layout/header.cshtml#L15">https://github.com/aspnetboilerplate/as ... cshtml#L15</a>