Skip to main content

Improve Your Brand: How To Change Your Favicon on Blogger

How to change your favicon on Blogger

As much as we love Blogger, having the default Blogger Favicon does your site's branding efforts no favors. It's often the little things that makes a site stand out from all the rest and if you've already got your own customized domain address, the next step to make your site look more professional is to add a customized favicon. Here's how you can change your website's Favicon in 4 easy steps.
Namecheap.com

What is a Favicon?


A favicon is a small, square image, usually 16x16 pixels, associated with a particular website. It is 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. If you're not sure what it is, the screenshot below highlights the Favicon in red:

What is a favicon

As you can see, the Blogger icon appears on the left of the EyeObserver tab and i'll show you how that can be changed to your brand's logo in 4 steps.


Step 1: 

How to change your Blogger favicon 1


Open the Blogger dashboard and go to the "Layout" menu. Most templates have the Favicon gadget added as a default already. But if not, you can add it by clicking on  "Add a Gadget".

Step 2: 

How to change your Blogger favicon 2

Click the "Edit" link on the Favicon gadget. A popup will appear.

Step 3:

How to change your Blogger favicon 3


Browse for the image you want to use as your Favicon  and click on the "Save" button. Blogger accepts only square images less than 100 KB in size so you might have to do some editing of your original image.

In our case, we had to convert our rectangular logo to a square one using MS Paint.

Step 4: 

Wait... it'll take anywhere from a day to 5 days for the changes to show up. Don't be alarmed if your new Favicon doesn't show up immediately. If it had been more than a week, then you should try the steps listed above again. 

Namecheap.com

Conclusion

Using a customized Favicon is an important step in building a brand and one that you shouldn't ignore. Hope you've found this tutorial useful and i'll add another one on how you can add an animated favicon (Gif) for your site real soon. Thanks for reading, and all your follows and shares over the years! 

Comments

Popular posts from this blog

How to View YouTube Shorts in the Regular YouTube Player

YouTube's "Shorts" is YouTube’s answer to TikTok and Instagram reels but let’s be honest, the YouTube Shorts player lacks some functionality, such as the ability to fast forward and go back in the video. However, you might be surprised to know that every video that loads in the "Shorts" player is actually a regular video, and by changing the URL slightly, you can load the same video in the regular player along with all the functionality of a traditional YouTube video. Changing the URL Changing the URL is the easiest way to switch the player from a technical standpoint. It’s so easy even your grandma can do it, as long as she knows how to type an address into the address bar of a browser.   Let’s use this super popular short video about AI taking over ping pong as an example. Look in the URL bar of a video playing in the "Shorts" player, where you should see the text Shorts/. Replace that text with watch?v= and load the new URL. So in this

Create QR Codes in Excel With VBA

Need to automate the creation of QR Codes? Excel and VBA can help with that! Here's how to do it in less than 15 lines of code. What we're looking to do is have a URL in a cell and then we're going to use a function that we create in VBA call Google APIs to create the code. Here's a video that explains the whole process of creating a user defined function in VBA that will create QR Codes: Code to create QR Codes in Excel with VBA Open up your Visual Basic editor and insert the following code and then save. To call the function, type =GETQRCODES(Cell Address) where Cell Address is the address of the cell which contains a URL that you want to send your user to. Function GETQRCODES(QRCode As String)     Dim URL As String     URL = "https://chart.googleapis.com/chart?chs=100x100&&cht=qr&chl=" & QRCode     ActiveSheet.Pictures.Insert(URL).Select     With Selection.ShapeRange(1)         .Name = "QR_CODE_" & QRCode         .Left = Applic

How To Change Bluetooth Name On Android

This post will take you step-by-step through the process of changing the Bluetooth name of your devices on an Android phone. There are pictures as references in case you get lost along the way. Change Bluetooth Name On Android | Step-by-step 1. Unlock your Android phone and go to Settings Unlock your phone and click on the Settings Icon It goes without saying, but the first thing you need to do is unlock your phone. By default, the settings icon will be on your home page like in the picture above. If you don't have the settings icon, you can search for 'Settings' in the Android search bar. 2. In the Settings page, click on Bluetooth Click on the Bluetooth settings to open up the Bluetooth Settings menu Click on the Bluetooth settings which should be at the top of your Settings page. If it doesn't, scroll down till you find it or just search for it in the search bar at the top of the Settings page. 3. Click On Device Name To Change Your Phone's Bluetooth Name Click o