London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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