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 trialLouis Espinoza
957 PointsTwitter link is disappearing
Under my contact details I have three list items. I have phone, email and twitter. When I click on the twitter link just as Nick does in the video, the link then blends in with my white background making it disappear instead of the link staying green. I am not sure how to post code on here. If anyone could help out that would be great.
Mark Cuda
6,428 PointsAgreed. If you post the code, we can take a quick look. :)
2 Answers
John Nixon
17,690 Pointsis there a :visited style on the link?
Louis Espinoza
957 PointsYes there was. Instead of saying nav a:visited I just had a:visited making all anchor elements turn white when they get clicked on.
Colton Ehrman
Courses Plus Student 5,859 PointsThat's the problem then you need to specify which anchor elements you want to turn white when clicked
Colton Ehrman
Courses Plus Student 5,859 PointsColton Ehrman
Courses Plus Student 5,859 Points```html
Code Here
```
` is a backtick, which is the same key as the ~ tilda next to the number one and TAB key