Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Web Technology by (20.3k points)

I haven't found anything on this topic yet. I really like the ability to change the color of the address bar and header color on Overview? Is there any easy way to do this?

I think you need Android 5.0 Lollipop for this to work, and Chrome's Merge Tabs and Apps set to On.

1 Answer

0 votes
by (40.7k points)

You just have to add a <meta> tag in your <head> containing name="theme-color", with your HEX code as the content value like this:

Example

<meta name="theme-color" content="#999999" />

Browse Categories

...