Search…

X3 Photo Gallery Support Forums

Search…
 
calimero
Topic Author
Posts: 23
Joined: 09 Jan 2011, 13:00

adjust color of info-text shown on main-controls?

15 Jan 2011, 10:41

hi there,

i simply can't find the setting to adjust the text-color shown on the slider of the main-controls, showing infos such as "image x/n".
any hints?
thanks in advance!
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13998
Joined: 30 Sep 2006, 03:37

Re: adjust color of info-text shown on main-controls?

17 Jan 2011, 06:24

This is in your CSS file. Go to admin -> themes -> edit your theme -> edit theme stylesheet:
Code
.maincontrols {
	color: #EEEEEE;
}
You may also want to read this:
https://www.photo.gallery/documentation/cssreference/
 
calimero
Topic Author
Posts: 23
Joined: 09 Jan 2011, 13:00

Re: adjust color of info-text shown on main-controls?

23 Jan 2011, 07:52

thanks!