You can change MyCashflow's default favicon by editing your store theme's files.
A favicon is an icon that appears in the web browser's tab when visitors come to your online store. The default favicon icon for MyCashflow online shops shows a shopping cart with grey background.
Here's how to enable a custom favicon for your online store:
- Create a favicon in an image editing program of your choice.
The image should be a square-shaped PNG file. The recommended size is 512 x 512 pixels.
- In the admin panel, go to .
- Upload the image you've created in the Favicon field.
The Favicon setting requires adding support to the theme (the built-in themes don't support this setting).
To display a favicon in your online store, you need to add the
{Favicon}
tag to the template's<head>
section.In Barebones, the
<head>
section can be found in the helpers/header.html file.If you're not familiar with modifying your store theme's HTML/CSS/JavaScript files, contact the designer of your online store's theme or our customer service.
The favicon is now enabled in all store versions.
Using alternative favicons
You can add multiple different favicons of different sizes to your store theme for different purposes. Different devices and programs use favicons of different sizes, so a single icon may not be suitable for all purposes.
If different versions of your store use different themes, make the necessary changes to all relevant themes. In this way, you can use different favicons in different versions.