Try our conversational search powered by Generative AI!

Favicon in Edit & Admin mode

Vote:
 

Hi!

Is there any way to change the favicon inside edit and admin mode in EPiServer?

We changed the image and logo on the Log-in page as Jon Jones describes here.

Is there a similar path that can be replaced for the favicon?

Browser tab 1: Edit mode (epi icon)
Browser tab 2: Site (custom icon)

/Magnus

#201167
Feb 07, 2019 14:56
Vote:
 
var virtualPathMappedProvider = new VirtualPathMappedProvider("Favicon", new NameValueCollection());
virtualPathMappedProvider.PathMappings.Add("/Util/images/favicon.ico", "/favicon.ico");
host.RegisterVirtualPathProvider(virtualPathMappedProvider);

Tested with Alloy.

#201168
Feb 07, 2019 15:19
Vote:
 

#201169
Feb 07, 2019 15:25
Vote:
 

Thank you Dejan Caric!

#201170
Feb 07, 2019 15:50
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.