Reputation: 9584
I am using wordpress as my cms and building a website. I use Graphene as my theme, as I modify the style.css through the administration menu (and verify the change via vi editor), I see that the change is there.
Now when I open my website, and right click Inspect element, I still see a old value of my "height parameter".
So I deleted all cookies, temp files from Chrome. And relaunched the website, still the old height values persist. What am I missing here ?
All sites I have referred to hint at clearing cookies, temp files.
Edit : I am running the wordpress server on my localhost. Edit : added image
Upvotes: 0
Views: 325
Reputation: 4980
Open the page in incognito mode in Chrome (ctrl + shift + n ) just to make sure the page is loading the updated css file.
Upvotes: 1
Reputation: 54011
Chances are the CSS file you're editing is not the one your website is using.
Double check that the path to the CSS file you're expecting to change is the one you're changing in the backend.
Upvotes: 0