Format text of links & folder descriptions title
Posted: 21 Nov 2010, 08:23
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.
I know I can change the color directly in the textpage, but I want all links to be colored in "FF0000".
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!
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;
}Code
.folderdescription_title {
font-size: 16px;
leading: 2px;
color: #CC9900;
}Can you please tell me what I'm doing wrong! I'm kind of helpless...
Thanx in advance!