Renamed classes will not update

Permalink 1 user found helpful
I have created a theme for Concrete 5 and have been editing it with great success until I decide to go back to edit the name of a class in my main.css and default.php files. I change the name of the class in both locations. When I update the files on the server, the page no longer loads properly. It looks like the css is not styling the class anymore.

 
jero replied on at Permalink Reply
jero
Try clearing the cache, and then disabling it. Also clear your browser cache and click reload/refresh. If that doesn't work, I recommend you use Firefox with the Firebug extension to inspect the page and see what styles and stylesheets are allegedly being used.
JohntheFish replied on at Permalink Reply
JohntheFish
This could also be a problem of the css file being stuck in your browser cache. It happens in all browsers, but Chrome is especially sticky. CTL-F5 a few times usually clears it. There are also some browser extensions that can force a reload of css.
masonrobison replied on at Permalink Reply
Thanks for the replies. It was the browser cache. So simple I didn't even think to try that.