Page 1 of 1

Updating the Theme and Other Newbie Q's

Posted: 21 Dec 2009, 15:42
by KicknGuitar
Hi guys,

I'm not very CSS knowledgeable, so go easy on me!

A few questions,

How often does the Theme Stylesheet update? Is there a way to force it to update sooner? It's frustrating when I'm trying to learn what I changed and how it looks when I have to wait . . . what seems 30mins maybe less maybe more?

I'm pretty sure I only adjusted the filemod settings as found here,
Code
.filemod {
	color: #FFFFFF;
}
.filemod_title {
	font-size: 24px;
}
.filemod_description {
        color: #FFFFFF;
        font-size: 48px;
        text-align; center;
However the text isn't white, it's black, small, and seems to have lost some of its formatting. Any idea what other adjustments could have done this to my WHOLE site?

Cheers!

P.S. I just noticed I had a semicolon where the coon should have been. Maybe that was an issue. . .
Happy Holidays!

Posted: 22 Dec 2009, 08:54
by mjau-mjau
An incorrect character in your CSS may often corrupt the entire stylesheet, and therefore all the texts also.

After editing your stylesheet, you usually have to EMPTY CACHE in your browser. If you don't, it will load an older CSS file, and it can take days before it refreshes the css.

Posted: 30 Dec 2009, 14:38
by KicknGuitar
Perfect! Thank you very much.
Lot's to learn!