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 Responsive Web Design and Testing Adding Breakpoints for Devices

In chrome the only page that change its color is the About page, but once i open my page in IE, it all works just fine..

The title says it all. Not sure whats wrong here, but in Chrome, my Portfolio page and Contact page wont change its colors. Only my About page will. When i open it in IE and all 3 pages look just fine. Im using the newest version of Chrome and IE 9.

Damien Watson
Damien Watson
27,419 Points

Hey Kamil,

It might be browser cache, I experienced some weird things happening myself. Closing Chrome and starting again fixed it. I just noticed this happening recently, maybe a similar thing? Or you could try forcing a refresh in the browser to reload the style sheet.

Thanks man, i tried to clear my cache and it worked!

1 Answer

This is something in you cache. Many ways to get around this:

  1. Command-shift R or control-F5 will do a hard refresh ignoring cache.

  2. Opening a new incognito window will treat it as a new session without your cache.

  3. Open up your developer tools and find the gear icon (far right top). Click disable cache (while developer tools running).

No more cache problems.