Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
var virtualPathMappedProvider = new VirtualPathMappedProvider("Favicon", new NameValueCollection());
virtualPathMappedProvider.PathMappings.Add("/Util/images/favicon.ico", "/favicon.ico");
host.RegisterVirtualPathProvider(virtualPathMappedProvider);
Tested with Alloy.
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