skip to Main Content

I change the color in my .CSS but when I go to my site the colors remain the old ones.

Did you know why the colors don’t update?

I have already tried to change the name, replacing ".current" with something else, I tried to delete and put back the ccs, nothing works.

2

Answers


  1. Have you tried to remove the cache of your browser: disable cache in network when you inspect the code

    Login or Signup to reply.
  2. This sounds almost like a cache issue. Try to open the webpage in another browser or to refresh the page with ctrl + F5. If this doesn’t work I would think you edited the wrong item.

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