-
AuthorPosts
-
February 12, 2015 at 2:27 pm #395008
Hi all
Wondering if anyone can tell me why the Quick CSS has stopped working on my sites.
As a simple example (site url marked as private):
#footer .widgettitle {
color: #ff9900;
}
This has been on this site for quite a while (usually in #ffffff and I’ve made it appear orange so that I can see if the Quick CSS is running).
If I use the code in Custom CSS it runs fine.
I can also change the code with Inspector and Firebug, just not with Quick CSS.
There’s obviously a lot more code and across a lot more sites that have all stopped working.Any ideas?
Best regards
JeffFebruary 12, 2015 at 2:39 pm #395021Hi Jeff!
You have following codes in Quick CSS
#footer .widgettitle { color: #eeeeee; } #footer .widgettitle { color: #C16785; }
currently first one is being applied. If you would like to override them, please remove them or add new style with !important rule as following
#footer .widgettitle { color: #ff9900 !important; }
Cheers!
YigitFebruary 12, 2015 at 2:56 pm #395038Hi Yigit
Thanks for the speedy response.
Very strange and now I’m really stuck.
Below is the complete Quick CSS code from the panel and it only shows the single #footer .widgettitle code..wpcf7-text { width:100% !important; }
.wpcf7-select { width:100% !important; }#footer .widgettitle {
color: #ff9900;
}#footer .news-headline {
color: #eeeeee;
}
#footer .news-time {
clear: both;
display: block;
font-size: 10px;
font-weight: normal;
color: #eeeeee;
}Is there a way of clearing or flushing out the old Quick CSS and putting fresh code in, where can I find the Quick CSS file?
Best regards
JeffFebruary 12, 2015 at 3:59 pm #395106Hi again Yigit
I see that Rikard is dealing with an exact same query (#394385) so I’ll keep my eye on his response too.I’ve been looking into it and I can see via ftp that any changes I make in Quick CSS are not being sent to the enfold.css in dynamic_avia in uploads, both of which folders have full write access.
Thought I’d share that, but still no solution.
Thanks
JeffFebruary 12, 2015 at 9:41 pm #395359And again.
Now it appears that I can’t change any of the Theme styles, not even the colour of the socket !!!February 13, 2015 at 12:05 pm #395610Hi!
Thank you for the info.
Please delete the enfold.css file inside the wp-content > uploads > dynamic_avia folder then toggle any theme options. Save changes. This should regenerate the enfold.css file with the new settings and css markup.
Cheers!
IsmaelFebruary 13, 2015 at 1:20 pm #395674Thanks Ismael
That did the trick and kicked it all back into action.
It reset all the footer widgets to default but that’s a small price to pay to get the CSS working.Thanks to you all for your help, brilliant as usual.
Thanks
Jeff -
AuthorPosts
- The topic ‘Quick CSS not running’ is closed to new replies.