inbokz Posted November 7, 2014 Share Posted November 7, 2014 (edited) Hi All, I have a problem with my Prestashop 1.6 website. when i open my website using safari and chrome browser, all images on my website is showing black&white image (no Color). it only has color when you move over the mouse pointer on the image. any idea what is the problem and how to fix it ? my website is here on attachment is the screenshot of my website using chrome browser please help Edited November 7, 2014 by inbokz (see edit history) Link to comment Share on other sites More sharing options...
razaro Posted November 7, 2014 Share Posted November 7, 2014 That is a feature and not a bug :-) but to remove that edit global.css in your theme css folder. On very bottom there is img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ } img:hover { filter: none; -webkit-filter: grayscale(0%); } Edit or delete that part. Link to comment Share on other sites More sharing options...
inbokz Posted November 8, 2014 Author Share Posted November 8, 2014 That is a feature and not a bug :-) but to remove that edit global.css in your theme css folder. On very bottom there is img { filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */ filter: gray; /* IE6-9 */ -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */ } img:hover { filter: none; -webkit-filter: grayscale(0%); } Edit or delete that part. Thank you for your response, i appreciate it. but nothing change after deleted as you told. still B&W image Link to comment Share on other sites More sharing options...
razaro Posted November 9, 2014 Share Posted November 9, 2014 Well not sure what else it could be. I still see that code in css. Try to delete it and clear cache from Advanced Preferences > Performance in back office. Also clear your browser cache or use private/incognito mode to check page. Link to comment Share on other sites More sharing options...
inbokz Posted November 12, 2014 Author Share Posted November 12, 2014 @Razaro, Thanks alot buddy. Now its running great, no more B&W. U R the best ... Cheerssss 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