Page 1 of 1

Format text of links & folder descriptions title

Posted: 21 Nov 2010, 08:23
by tschortsch
Hey!

I would like to change the color of links and the folder description title via CSS. Anyway, it does not work. I created a new theme based on the "white" theme where the standard color is "CC9900". If I change to "FF0000" it still shows the standard color.
Code
a:link {
	color: #CC9900;
}
I know I can change the color directly in the textpage, but I want all links to be colored in "FF0000".
Code
.folderdescription_title {
	font-size: 16px;
	leading: 2px;
	color: #CC9900;
}
I almost changed any CSS settings relating to "CC9900" but there is no change showing in the preview!

Can you please tell me what I'm doing wrong! I'm kind of helpless...

Thanx in advance!

Re: Format text of links & folder descriptions title

Posted: 21 Nov 2010, 13:11
by tschortsch
Ok, the problem is solved!

There must has been something wrong with the theme itself. I created a new theme out of the existing one and now any changes will be shown in the preview.

So far!

Re: Format text of links & folder descriptions title

Posted: 22 Nov 2010, 02:45
by Nick
I believe it might be browser's cache, the thing is – files read from flash are cached differently and sometimes are not refreshed, so you need to clear browser's cache to be sure that everything is reloaded.

Re: Format text of links & folder descriptions title

Posted: 22 Nov 2010, 14:13
by tschortsch
Thanks for that hint! I'll try next time!