Browser color on mobile (Chrome)

GK User
Thu May 12, 2016 10:54 am
Hello, I would like to change the browser color to fit my website. Like the did in the example... How do I do this for this template.
User avatar
Gold Boarder

teitbite
Sun May 15, 2016 1:16 pm
Hi

Add this code to /layout/blocks/head.php

Code: Select all
<!-- Chrome, Firefox OS, Opera and Vivaldi -->
<meta name="theme-color" content="#4285f4">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#4285f4">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#4285f4">
User avatar
Moderator


cron