style.css changes not updating
-
Ok so maybe its late and im just loosing it, but I have looked everywhere and I cannot see why my css changes are not reflecting on the site when I refresh the page.
On the backend the style.css file exists. I tried change the file permissions to 666. the css file is taking changes but the site is not taking the updates. I used the web developer plugin in firefox to inspect the code.
I am making changes to the description class for the tagline of this site using this code:
‘.description {
font-size: 1.0em;
font-style:italic;
color:#507EC2;
margin-top:-4px;
padding-left:10px;
}
‘
Im using the coprorate theme v2. Does workpress store CSS in the database or something? Im starting to think this is a caching issue or something..
- The topic ‘style.css changes not updating’ is closed to new replies.