Hi everyone,
I’m running into a really frustrating issue with my site https://analisilogicaweb.it/
I’ve updated my style.css file with new styles and confirmed that the latest version is correctly saved both locally and on my server. However, when I open the website, it still loads the old CSS, even after clearing browser cache and testing on different devices and browsers (Chrome, Firefox).
I also checked using browser dev tools, and it clearly shows that the outdated CSS is still being served. This is confusing because the file on the server is definitely updated.
I’m not sure if this is a caching issue (server-side, CDN, or something else), but I want the site to serve the latest CSS changes immediately.
Has anyone experienced something similar or knows what might be causing this? Any help would be greatly appreciated
Thanks in advance!