Change Browser tab color on mobile -


as shown on screenshot, brooklinen.com has nice blue color on mobile chrome tab compared usual white/grey color.

i'm not sure what's term of effect able advise what's term , how implement on wordpress/woocommerce site?

http://imgur.com/a/nrwyc

thanks in advance!

matching color of address bar wordpress site gives native app-like feel. improves user experience, boosts sales , conversions. however, please note works google chrome web browser on android devices using lollipop or newer versions. add code in theme or child theme‘s header.php file before closing tag.

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

the content field has hex code color want use theme color.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -