Skip to main content

Logo and Icon Setup

Logo and Favicon are two most important things in a web platform. We have used 2 different logo types in Blink, one for light background, one for dark background.

  • Create 2 type of logo for your site. One should be light/bright color. Another one should be dark color. Export them in PNG format.
  • Rename light colored logo as logo-light.png and dark color logo as logo-dark.png.
  • Open your frontend code and go to public\images folder. There you will see logo-light.png and logo-dark.png file. Replace them with your logo files.

Change Logo

Change Favicon

  • First convert your logo to .ico format. You can easily do it using https://convertio.co/png-ico/
  • Rename the file as favicon.ico.
  • Open your frontend code and go to app folder. Replace the existing favicon.ico file with your favicon.

Change Favicon

info

Favicon is an icon associated with a particular website, typically displayed in the address bar of a browser accessing the site or next to the site name in a user's list of bookmarks.