Design comparison
SolutionDesign
Solution retrospective
Help me add hover state over the icons please~
Community feedback
- @IEdiongPosted almost 3 years ago
Hi @DummyKen 👋, you can't add color change to the icon hover state because you used images (
<img>
) instead of icons (<i>
).-
Try using font-awesome's icons for that section then you would be able to update the hover state.
-
Also, look into the accessibility and HTML issues raised here.
I hope this was helpful, Shalom!
Marked as helpful1 -
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