Change the favicon
This procedure shows you how to change the favicon image.
About this task
A favicon is an icon associated with a URL that is variously displayed, as in a browser's address bar or tab, or next to the site name in a bookmark list. Figure 1 shows the tab of the OfficeStore demo displayed in the GBC using the default favicon.
The image file for the favicon is named gbc_logo.ico. It is referenced in gbc-project-dir/src/index.html. This page is not customizable; to replace the default favicon, you add your own image using the same name (gbc_logo.ico). The only decision you make is in which directory you save your image; this decision affects when your custom image is used. You can make your image the default for all themes in a customization, or you can add it to a theme part to associate it with specific themes only.
To change the favicon for a customization
When using this method, all themes in the customization will use this image, unless the chosen theme overrides with its own favicon.
To change the favicon for a theme
When using this method, the favicon is added to a theme part. Those themes that include the theme part will display the favicon.
This procedure assumes you are comfortable updating theme parts and themes. For the basic principles behind themes and theme parts, see How customization works. For instructions about adding and modifying themes and theme parts, see Working with themes. For information about the underlying GBC infrastructure and its components, see Theme reference.
Compile and test