Support Forums - Classified Ads Script Osclass

Osclass theme support => Stela Osclass Theme => Topic started by: oneloveb on April 26, 2020, 03:34:55 PM

Title: Stela header color
Post 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.

Title: Re: Stela header color
Post by: MB Themes on April 26, 2020, 06:37:22 PM
It should be in manifest.json
Title: Re: Stela header color
Post by: oneloveb on April 26, 2020, 11:42:51 PM
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
Title: Re: Stela header color
Post by: MB Themes on April 27, 2020, 06:27:01 AM
Few more is here:
oc-content/themes/beta/images/favicons/browserconfig.xml
oc-content/themes/beta/images/favicons/site.webmanifest
Title: Re: Stela header color
Post by: oneloveb on April 27, 2020, 06:49:14 AM
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>
Title: Re: Stela header color
Post by: MB Themes on April 27, 2020, 08:51:27 AM
Check also head.php
Title: Re: Stela header color
Post by: IndoSun on April 08, 2025, 02:22:26 PM
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?
Title: Re: Stela header color
Post by: MB Themes on April 08, 2025, 04:27:31 PM
Check also head-favicon.php where some colors are set too.
Code: [Select]
<meta name="theme-color" content="#018e70">