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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -