*

oneloveb

  • ****
  • 112 posts
Stela header color
« 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.


*

MB Themes

Re: Stela header color
« Reply #1 on: April 26, 2020, 06:37:22 PM »
It should be in manifest.json
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oneloveb

  • ****
  • 112 posts
Re: Stela header color
« Reply #2 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

*

MB Themes

Re: Stela header color
« Reply #3 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
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

oneloveb

  • ****
  • 112 posts
Re: Stela header color
« Reply #4 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>

*

MB Themes

Re: Stela header color
« Reply #5 on: April 27, 2020, 08:51:27 AM »
Check also head.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots