*

mixradu

  • ****
  • 171 posts
Tutorial custom header in chrome for mobile!
« on: December 23, 2016, 07:09:52 PM »
If you want this


Open header.php and find
Code: [Select]
<meta http-equiv="Pragma" content="no-cache">Before that place
Code: [Select]
<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)


Code: [Select]
<meta name="apple-mobile-web-app-status-bar-style" content="black">

Code: [Select]
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">

« Last Edit: December 23, 2016, 07:15:32 PM by mixradu »