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 trialAdrian Pineda
13,778 PointsHow to remove text decoration from link?
I'm having trouble with this one on the quiz. The code I enter is:
a: hover { text-decoration: none; } I guess somehow this is incorrect. Any help is super appreciated! Thanks
4 Answers
Blake Webster
5,901 PointsAre you trying to make the link not have any decoration when you hover over it or do you want the link to not have any decoration? If you don't want any decoration then take a look at your code again and see if there's something in there that might make it think otherwise!
Adrian Pineda
13,778 PointsI got! Thanks for the super fast response! a:link { text-decoration: none; }
Blake Webster
5,901 PointsNo problem! I'm glad I could help :)
Kyle Meyer
5,459 PointsHi Aaron,
I believe the last step of the code challenge doesn't ask for the hover pseudo class.
Adrian Pineda
13,778 PointsGot it, Thanks Kyle!