How to Change Home Icon on Dynamics 365 Event Website


dynamics365 angular

This is my own example of how to do this.

You need to open the src/app/components/navmenu/navmenu.component.menu.scss and add the class or identifier for your home icon:

Home icon html

Then open the src/app/components/navmenu/navmenu.component.menu.html and add your styles and change the img with a new src:

Home icon html

After this you need to re-deploy your dynamics35 event site instance.

comments powered by Disqus