Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Kortney Field
14,088 PointsMy css stays in the color of mediumorchid, can't change it
I tried erasing the "color: mediumorchid" from the styles.css file and even tried "color: black". I cannot get rid of the mediumorchid color for my text. Do you have any advice?
3 Answers

Ryan Groom
18,629 PointsKortney Field Did you refresh the page? If that didn't work then try a hard refresh. On a mac this is the following keys: "cmd shift R" and on a Windows "ctrl R". If that doesn't work, include your code and I will look over it.

Rick Gleitz
45,206 PointsIt's actually "ctrl shift R" for Windows.

Kortney Field
14,088 PointsTHANK YOU! That did the trick!

Ryan Groom
18,629 PointsSometimes your browser still tries to reference the original version of the css file so you need to do a hard refresh to fix it!