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 trialmichela parrillo
416 PointsI cannot change the color of the header
I tab this but they remain green, when I tab nav a, nothing happen a{ color:#6ab46b; }
header{ background:#6ab46b; border-color:#599a68; }
h1,h2{ color:#fff; }
nav{ background: #599a68; }
nav a, nav a: visited; { color:#fff; }
2 Answers
Sergi Beltran
18,493 PointsCan you paste your HTML?
James Home
12,011 Pointsnav a, nav a: visited; { color:#fff; }
Looks like you've made a typo adding a ";" after the visited and before the {, which could possibly prevent the browser from understanding the CSS.
Also try removing the space between a: and visited.
Michael Hicks
24,208 PointsMichael Hicks
24,208 PointsSee the following document to get your questions answered more quickly: Forum Questions