Page 1 of 1

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

Posted: 15 Jan 2011, 10:41
by calimero
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!

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

Posted: 17 Jan 2011, 06:24
by mjau-mjau
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/

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

Posted: 23 Jan 2011, 07:52
by calimero
thanks!