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

Python Flask Basics Templates and Static Files Static Files

My 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

Kortney 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
Rick Gleitz
47,240 Points

It's actually "ctrl shift R" for Windows.

THANK YOU! That did the trick!

Sometimes 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
Sasan Shadpour
2,601 Points

hard refresh for mac is Command(⌘)-Option-R.