Support Forums - Classified Ads Script Osclass
Osclass theme support => Stela Osclass Theme => Topic started by: oneloveb on April 26, 2020, 03:34:55 PM
-
Please how can I change the chrome browser header color for Stela themes to my personal color.
I have changed this #02C39A in code in style.css and responsive.css
I have changed the çolor in favicon file that have header color but the browser header stela still not change to my color.l blue.
-
It should be in manifest.json
-
This is the code in manifest.json and I have Change the color code but still not change the header color on the browser.
{
"name": "Stela",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-384x384.png",
"sizes": "384x384",
"type": "image/png"
}
],
"theme_color": "#1f45fc",
"background_color": "#1f45fc",
"display": "standalone"
}
Thanks
-
Few more is here:
oc-content/themes/beta/images/favicons/browserconfig.xml
oc-content/themes/beta/images/favicons/site.webmanifest
-
I have already changed the color in the two files but still not working
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/mstile-150x150.png"/>
<TileColor>#1F45FC</TileColor>
</tile>
</msapplication>
</browserconfig>
-
Check also head.php
-
I have the same problem and couldn't change the color. As described, I've changed all the files where possible. I want to change from the original green to the blue "#377FCC." However, it doesn't change and remains green.
When checking via the browser, "#377FCC" is displayed as entered, but the green remains.
Was a solution found?
-
Check also head-favicon.php where some colors are set too.
<meta name="theme-color" content="#018e70">