Himanshubishtt Posted May 12, 2019 Share Posted May 12, 2019 Hi, I am using Prestashop 1.7.2 and my website is https://www.cakecious.com/ I want to know how I can change the header color for my shop like this (attachment). Do I have to edit any .tpl file or .css? Regards, Link to comment Share on other sites More sharing options...
Gerardo Martinez G Posted May 12, 2019 Share Posted May 12, 2019 Progressive Web Apphttps://developers.google.com/web/tools/lighthouse/audits/address-bar there are PWA modules https://addons.prestashop.com/en/search?search_query=progresive Link to comment Share on other sites More sharing options...
Himanshubishtt Posted May 12, 2019 Author Share Posted May 12, 2019 Sir, I have read every blog about changing the header color but I got nothing for PrestaShop. That's why I decided to ask here to see if someone know. Please help. Thanks Link to comment Share on other sites More sharing options...
tdsoft Posted May 13, 2019 Share Posted May 13, 2019 1. Open ROOT/theme/your_theme/templates/header.tpl add this line <meta name="theme-color" content="#673ab7"/> 2. create a file: https://www.cakecious.com/manifest.json with content { "theme_color": "#673ab7" } Example: https://www.purplle.com/manifest.json 1 Link to comment Share on other sites More sharing options...
Himanshubishtt Posted May 13, 2019 Author Share Posted May 13, 2019 (edited) @tdsoft Thank you so much. And sir how much time it'll take to reflect? And this will work only on mobile browsers, right? Regards, Edited May 13, 2019 by Himanshubishtt Update (see edit history) Link to comment Share on other sites More sharing options...
tdsoft Posted May 13, 2019 Share Posted May 13, 2019 @Himanshubishtt Please clear cache and review it, it will work immediate Link to comment Share on other sites More sharing options...
Himanshubishtt Posted May 14, 2019 Author Share Posted May 14, 2019 @tdsoft Thanks Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now