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 How to Make a Website Customizing Colors and Fonts Use Color in CSS

I do not see a preview of the color when I hover over the color code in workspaces, like he does in the video.

Is there a way to fix this? Do I have to select that setting somewhere?

5 Answers

can you post an example of your code. you may be missing some syntax.

Hi, I think my code is correct because it shows up in Preview just fine. What it does not do is show me what the color will look like, in a little box when I hover over it, like it does in the video. I have to save and reload my Preview webpage in order to see the color.

My code looks like this

header{ background: #6ab47b; border-color: #599a68; }

I have the same problem and haven't been able to find anything for it yet.

I also have the same problem. Hovering over the color doesn't preview the color, but the code appears to be working correctly in the website preview...

When I switched to Google Chrome as the browser the preview color showed when hovering over color code.

thanks, I'll try that. i'm using firefox right now

I am having this problem too.

Did you highlight the value (color)?

Yes