How to Change the Color of the Blog Address Bar in a
Mobile Browser
Have you ever visited a website or blog through the Browser on your Mobile Device and found the Address Bar (URL Bar) instantly changes color and usually follows the color of the website's appearance? Very interesting is not it? On this occasion I will share how to change the color aAddress Bar on the Mobile Browser. Changes to the Address Bar will only be seen on Mobile devices and not visible when viewed from a PC Browser.
The way to change the color of the Address Bar is very easy. This method is only for the Blogspot Platform, not for WordPress.
The following easy steps to change the color of the Address Bar website or blog in the Mobile Browser:
How to Change the Color of the Blog Address Bar in a Mobile Browser
☢️ PROCEDURES :
1. First login to Blogger .
2. In the Blogger Dashboard select the Themes menu and Edit HTML .
3. On the HTML page press Ctrl+F then look for the <head> tag code and place the code below under the <head> tag code .
2. In the Blogger Dashboard select the Themes menu and Edit HTML .
3. On the HTML page press Ctrl+F then look for the <head> tag code and place the code below under the <head> tag code .
/* Start - Change color of the Address Bar Code Share by Top Blog Pk • Mubassir Ali */ <!-- URL Color for Chrome, Firefox OS, Opera and Vivaldi --> <meta content='Code Here' name='theme-color'/> <!-- URL Color for Windows Phone --> <meta content='Code Here' name='msapplication-navbutton-color'/> <!-- URL Color for iOS Safari --> <meta content='yes' name='apple-mobile-web-app-capable'/> <meta content='Code Here' name='apple-mobile-web-app-status-bar-style'/> /* Start - Change color of the Address Bar Code Share by Top Blog Pk • Mubassir Ali */
Color-coding is a place to put color codes. Change the text and then replace it with the HEX color code .4. Finally click on Save Theme.