StoreFront FAVICON for Chrome
Modify the (wwwroot)\Citrix\(StoreWeb)\custom\script.js
// Customize FAVICON $('link[rel="ICON"]').attr('href','custom/favicon.png'); $('link[rel="SHORTCUT ICON"]').attr('href','custom/favicon.png');
Will appear in Developer Mode
Resources
Online PNG Tools (https://onlinepngtools.com) have basic features that would get most jobs done, such as the ability to add transparency masks, resize the image and add simple text to an image.
No comments