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 trialKortney Field
14,091 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?
4 Answers
Ryan Groom
18,674 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
47,840 PointsIt's actually "ctrl shift R" for Windows.
Kortney Field
14,091 PointsTHANK YOU! That did the trick!
Ryan Groom
18,674 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!
Sasan Shadpour
2,601 Pointshard refresh for mac is Command(⌘)-Option-R.