Posted - 04/21/2021 : 23:43:51
Another easy solution is to ... 1) Visit your website. 2) Right-click and select " View page source" which opens the raw HTML code in another Tab. 3) Browse the code in the <head> section to find the line which loads the CSS file in question ... for example: <link href="css/style.css" rel="stylesheet" type="text/css" /> 4) Now click on that href link to open the " css/style.css" file in another Tab, which will thus refresh your browser cache to the latest version of that file. 5) Close both those open Tabs and return to your website page. 6) Press CTRL+F5 to refresh the page and all will be good ! Gary
|