Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialJohnathan Rowley
3,842 Pointswere do put hover
help trying to figure out where hover goes is this code right nav a{ a:hover; color:#32673f; text-decoration:none; } if this wrong please tell me i am trying to change to hover and color the text i am new so bear with me
2 Answers
Nick Nish
7,304 PointsThe navigation link can be styled simply without the :hover psuedo-class:
a { color: red; }
If you need more help let me know. Otherwise if it's all good I'd love an upvote or best of answer – Thanks man!
Nick Nish
7,304 PointsHi Johnathan!
You're very close. Try this!:
a:hover { color: #32673f; text-decoration: none; }
Johnathan Rowley
3,842 Pointsalso how to style the nav link? the quiz keeps asking me that did miss something ? thanks for your time please get back to me thank you