Android Lollipop/Marshmallow and Nougat comes with A new API that allows apps to color the status bar to match their overall theme.
This works with Google Chrome too, You can actually Change Chrome Address bar & Status Bar color to Match Website Theme.
![[Guide] Change Chrome Address bar & Status Bar color to Match Website Theme [Guide] Change Chrome Address bar & Status Bar color to Match Website Theme](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh8WDBMRahT6MGbTNnqwGwDrpIq_jkKtR87rOwUQ8-zQ7umJhl8VJD7l0ILWWna34Ni_W4qexs_GcC1X0HPrQ85ie3eEwFq8N3EWYOVx7q-4d89QwaUavEqwuQbNbCLfAuQZD_m4ZqiReWQ/s640/Material-Chrome-TechDroider.png)
Here's How to do it-
Step 1. Edit your Website template.
Step 2. Just add this meta tag in the head of your template.
<meta name="theme-color" content="#880000">
It should Look Like This -
<head> ... <meta name="theme-color" content="#880000"> ... </head>
Step 3. Just change the color code "#880000" according to your website theme.
Just save the template and enjoy!
0 :