Design comparison
SolutionDesign
Solution retrospective
I'm having difficulty changing the color of the logo.svg file given in the image resources. I would love to get some feedback or some links to fill property of img tags. Thank You.
Community feedback
- @mattstuddertPosted almost 5 years ago
Hey Abhishek, to change the colour of the logo in the
footer
you've got two options:- Embed the SVG directly in the HTML and use
svg * { fill: white; }
in your CSS. - Use the
filter
property on theimg
tag to manipulate how the image looks.
I hope that helps!
1 - Embed the SVG directly in the HTML and use
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord