I am using Metronic Template 7. All svg icons turned black. I see that the svg icons have turned black in your demo area as well. How we can solve this problem?
Same problem to me
A possible solution is replace the:
fill="#000000"
with
fill=""
Same problem too, same solution too:
fill="#000000" with fill
replace in where location?
Same problem too...
I was having the same issue but fix it by changing fill="black" to fill="currentColor" on every icon the fastest way is to do a search and replace or you will have to change it one by one. HTH
I've tried this method but if the svg's are inside a label or a button, the source is still a superclass. The svg-icon-{color} class doesnt seem to work and they do not have their own colors. After the 8th Metronic update it is highly possible that Keen have been updated the source file and it is both shared by 7th & 8th variations. Or maybe it's related to a Chrome update.
Hope to see an effective resolution by Keen..
I'm having the same issue. It seems the issue exists only in chrome. I have tried in firefox the icon colors did not turned black. https://imgur.com/SBJAt2M
Same problem to me