Search…

X3 Photo Gallery Support Forums

Search…
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Format text of links & folder descriptions title

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.
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!
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Format text of links & folder descriptions title

21 Nov 2010, 13:11

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!
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

Re: Format text of links & folder descriptions title

22 Nov 2010, 02:45

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.
firedev.com
 
tschortsch
Experienced
Topic Author
Posts: 150
Joined: 01 Apr 2010, 17:23

Re: Format text of links & folder descriptions title

22 Nov 2010, 14:13

Thanks for that hint! I'll try next time!