Change color of address Bar in mobile browser

/ mobile, web

Change color of address Bar in mobile browser

Simply add this code inside HEAD tag.

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

This line is a HTML meta tag used by Google Chrome on Android to change color of address bar in mobile browser. The content field has the hex code for the color you want to use as theme color.

Next Post Previous Post