Design comparison
SolutionDesign
Community feedback
- @binzamPosted 13 days ago
Two tricks to changing the color of the logo inside the footer to white:
- You can make a copy of the logo.svg file and save it as footer-logo.svg then go into the footer-logo.svg file and change the fill attribute to white. fill="#FFFFFF" , then use that as source in the footer <img scr='/images/footer-logo.svg' />
- You can put logo svg directly inside the html and change the fill there
0
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