Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Johnathan 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