How to Change Google Chrome Tab Color in Blogger

Have you seen any website changing the tab color when you visit it in Google Chrome on your smartphone?

Google Chrome has rolled out a new feature in its mobile version which allows you to change the color of header bar and address bar on your website or blog.

It gives app-like experience on the web and makes your website more user friendly. You can see the live preview of this feature by visiting our website in the mobile version of Google Chrome.

Change Google Chrome tab color in Blogger


It’s very easy to implement this feature into your website or blog. You just need to add a one line of code in the head section of your website. This guide will show you how to change the Google Chrome tab color of your Blogger blog.

Change Google Chrome Tab Color of Your Blogger Blog

You can change Google Chrome tab color by adding a new meta tag into the head section of your website with name=”theme-color” and its content set to any valid CSS color code. For example –

<meta name="theme-color" content="#db5945">

Here’s a step-by-step guide to add this code in your Blogger website –

  1. First, open your Blogger dashboard and go to Template > Edit HTML.
  2. Now click anywhere in the template editor and press CTRL+L key to open the search box.
  3. Type the <head> tag and press enter button to search it.
  4. Just below the <head> tag, add the following code:
    <meta name="theme-color" content="#db5945">

    Replace #db5945 with your own hex color code. You can use this HTML Color Picker by W3Schools to generate the color code of your favorite color.
    If you want to pick a color from a web page, you can use a Google Chrome extension like ColorZilla. Make sure to match the theme color with the color of your Blogger website.

  5. Finally, click “Save template” to save the changes. That’s it.

Now open your website or blog in the mobile version of Google Chrome and see how it looks. If you want to ask something about this tutorial, feel free to share it in the comment section.

About the author

Verified Author
This author is verified as a trusted expert and senior writer. A formal process has been completed to confirm their identity and qualifications.

Vivek Chaudhary Author
Tech Writer & Founder
Vivek Chaudhary is an experienced tech blogger who has been writing about technology for more than ten years. He's written over 1500 articles covering various tech topics. Vivek is passionate about sharing his expertise to help others. Beyond the digital realm, he enjoys traveling and creating videos on YouTube. Feel free to contact here: vivek@geekinstructor.com

Leave a Comment

Your email address will not be published. Required fields are marked *