Design comparison
SolutionDesign
Solution retrospective
How were you able to change the color of the footer log to white?
Community feedback
- @arun-robertsPosted over 4 years ago
There's probably an easier way but this worked for me:
- Make a duplicate of the SVG file.
- Open the duplicate SVG file in your code editor.
- Find the
fill
attribute at the end of the<path>
and change it to#fff
(or whichever shade of white you prefer). - There will probably be two
<path>
s so just play around until you find the one that works.
While this did work for me, it's basically hard coding the problem and there's probably a more flexible option.
Anyone else?
1
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