---
title: "Change appearance of the Header of the Google Chrome"  
description: "Change appearance of the Header of the Google Chrome"  
author: "Anonymous User"  
published: 2021-07-20  
updated: 2021-07-20  
canonical: https://www.mindstick.com/forum/156532/change-appearance-of-the-header-of-the-google-chrome  
category: "html"  
tags: ["html5"]  
reading_time: 1 minute  

---

# Change appearance of the Header of the Google Chrome

How to change the [color](https://www.mindstick.com/articles/77/how-to-split-form-background-color-in-c-sharp) of [header](https://www.mindstick.com/articles/336036/explain-about-html-header-body-and-footer-tags) bar and [address bar](https://www.mindstick.com/forum/70/how-can-we-remove-address-bar-of-browser) in newest [Chrome](https://www.mindstick.com/blog/303260/discover-google-s-latest-ip-protection-privacy-test-feature-in-chrome) [version](https://www.mindstick.com/articles/12845/things-to-remember-while-migrating-odoo-to-a-better-version) on Lollipop?

## Replies

### Reply by Ethan Karla

In this world of technology, a user expects everything to be nice and beautiful. It also applies in the software industry that the application must work well and look good. We called it UI/UX Designing. So, one of these things is a way to make your website look and feel good, you can colorize your Google Chrome browser header by adding a few simple lines of code. It makes your website more attractive so that user can get attracted to your website.

Add the following code to your head tag and you will see that it changes the color of the header bar of your Google Chrome browser.

```
<meta name='theme-color' content='#17B794' />
```

Hope this information will be helpful for you in enhancing your website in terms of look and feel.

Happy Coding!


---

Original Source: https://www.mindstick.com/forum/156532/change-appearance-of-the-header-of-the-google-chrome

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
