So I write frontend in html, css and some js. I also use mdbootstrap. I have a custom css (custom.css) and the mdbootstrap both downloaded an uploaded to the server. But when I go to 127.0.0.1:5500 (default port of Live Server extension in Visual Studio Code) and to mysite.com theyre different - my custom css file isnt loading on the server whilst it is loading locally…
Since you didn’t give us the URL of your website
I can only tell you this:
It can be simple reason like browser cache (Clean cache CTRL + F5)
or use the browser dev. Tools (F12) Console or Network tab (plus Refresh)
and see if there is any problem for CSS file like 404, 403, etc.
The CTRL + F5 fixed it, thanks. I always reload with Ctrl + R and thought it was the same as Ctrl + F5.
1 Like
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.