I would like to know how to change this colour from white to what ever colour suits me.
TIA :)
here is a screen shot of my website on my phone
CodePudding user response:
You can use this in you < head > :
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
This will change to black-translucent, but feel free to change it
CodePudding user response:
This is what I use on my site:
<meta name="theme-color" content="#f08b21" />