skip to Main Content

I’m working on my website, matthewbellanalytics.com, and I have been trying to make some changes to the contact.css CSS of the contact page. I edited the CSS file and the changes that I was seeing offline weren’t reflected online.

Specifically, I changed the background-color:blue, which worked offline as seen here:
enter image description here

I then replaced that file on my hostgator server and I double checked that it was replaced correctly by re-downloading the CSS file from my cPanel.

background-color:blue was definitely still part of the code.

But when I view the website online. background-color:blue, is mysteriously not part of the CSS file anymore.

I assumed this must be a caching issue so I cleared the cache on both firefox and chrome, but still no luck. I then tried opening the website on Opera which I haven’t done before so there should be no cache. No luck.

The online page still isn’t updating to blue, and looks like this:
enter image description here

2

Answers


  1. Chosen as BEST ANSWER

    I was able to solve it in chrome, but not firefox, by going into the developer tools and disabling the cache from there under the "network" tab. No other method of clearing cache seems to work.

    enter image description here


  2. Check the css file path. In server the path might vary.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search