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 trial

CSS CSS Foundations Text, Fonts, and Lists Text Properties

Adrian Pineda
Adrian Pineda
13,778 Points

How 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
Blake Webster
5,901 Points

Are 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
Adrian Pineda
13,778 Points

I got! Thanks for the super fast response! a:link { text-decoration: none; }

Blake Webster
Blake Webster
5,901 Points

No problem! I'm glad I could help :)

Hi Aaron,

I believe the last step of the code challenge doesn't ask for the hover pseudo class.