NielsPilon
NielsPilon

Reputation: 500

Chrome not loading new styles after css update

Since the last week I'm running into a weird issue related to Chrome version 54.0.2840.71 on OSX. Somehow after updating the CSS the new styles are not loading after refreshing the page.

Styles are not loaded either after a hard refresh (CMD+Shift+R) of when browsing in incognito modus.

This doesn't happen in Firefox or Safari. Anyone else having the same issue or know how to fix this?

Upvotes: 17

Views: 21973

Answers (1)

Badr
Badr

Reputation: 10648

This may help. Open dev tools in browser then right click on refresh button of chrome. A menu will open. Select empty cache and hard reload.

enter image description here

If this is also not working then quit browser and try after relaunching.

Also look at chrome://appcache-internals/ for your page if there are some caches just delete those caches related to your page.

Upvotes: 33

Related Questions