06-05-2021, 10:44 PM
(06-04-2021, 10:58 PM)Tim Curtis Wrote: Do you mean the line in this code block in header.php?
Code:<!-- MOBILE APP ICONS -->
<!-- Apple -->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" sizes="180x180" href="/v5-apple-touch-icon.png">
<link rel="mask-icon" href="/v5-safari-pinned-tab.svg" color="#5bbad5">
<!-- Android/Chrome -->
<link rel="icon" type="image/png" sizes="32x32" href="/v5-favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/v5-favicon-16x16.png">
<!--link rel="manifest" href="/site.webmanifest"-->
<meta name="theme-color" content="#ffffff">
<!-- Microsoft -->
<meta name="msapplication-TileColor" content="#da532c">
</head>
Yes, that's it - I use moode on Chrome in a window. The theme color would make the white header bar the same color as the backgound.