How do I set a favicon for each MoreStore in v10?

Modified on Wed, 12 Jul 2017 at 04:56 PM


You'll need to give each favicon a store-specific name such as store-name-favicon.ico and then reference that favicon in the store's 'head' View.


Each store would need to have it's own skin in order for it to have it's own favicon. The head view is located in; /skins/Skin_#/Views/Shared/_Head.cshtml


The code for referencing the favicon would be;


<link rel="icon" href="/skins/Skin_#/Images/icons/store-name-favicon.ico" type="image/x-icon"/>


NOTE: the above assumes you've saved the favicon to /Skins/Skin_#/Images/icons/ 






Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article