If you want this
![](https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/imgs/theme-color.png)
Open header.php and find
<meta http-equiv="Pragma" content="no-cache">
Before that place
<meta name="theme-color" content="#4285f4">
You can change the HEX code (#4285f4) with your theme color or with your favorite color
Here you can find HEX codes
http://www.color-hex.com/For apple devices too (Safari)
![](https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/imgs/status-bar-black.png)
<meta name="apple-mobile-web-app-status-bar-style" content="black">
![](https://developers.google.com/web/fundamentals/design-and-ui/browser-customization/imgs/status-bar-translucent.png)
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">