Issue
I have been trying for the past two hours to change the image on the login page from a dog to something else, checked all the files, both css and scss and changed the link everywhere, but still see this dog! I even tried deleting the code parts but still dog remained on its place, and no cache cleaning on browser helped either. Any ideas what could it be and what should i do?
Solution
This is caused by a local or server-level cache. Always ensure you are performing a hard-refresh on your browser when you want to see changes you have made to your code. This is especially true when editing CSS files.
To perform a hard refresh just use Ctrl + Shift + R
Answered By - fraggley
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.