Page 1 of 1

Edit Stylesheet

Posted: 10 Jul 2011, 13:27
by MarkJayne
I'm trying to change the colour of the font above the main thumbnails in my gallery. I've gone into the 'Edit Stylesheet' option and changed the value but it doesn't alter it when viewing the gallery. I'm obviously doing something wrong :?

Any ideas ?

Cheers,

Mark

Re: Edit Stylesheet

Posted: 10 Jul 2011, 13:40
by Martin
MarkJayne wrote:I'm trying to change the colour of the font above the main thumbnails in my gallery.
You can edit these two:
Code
.thumbnails_breadcrumbs {
	color: #ffffff;
}
.thumbnails_title {
	color: #ffffff;
}

Re: Edit Stylesheet

Posted: 10 Jul 2011, 14:58
by MarkJayne
Thanks Martin. I think this must alter the text when hovering over a thumbnail in thumbnail scroller? as it hasn't changed the text I want. The text I want to change is the main title and description above the thumbnails when you first click on a specific gallery. Any chance you could give me another tip (pretty please).

Cheers, appreciate it.

Mark

Re: Edit Stylesheet

Posted: 10 Jul 2011, 15:58
by Martin
MarkJayne wrote:The text I want to change is the main title and description above the thumbnails when you first click on a specific gallery.
It is the right one... if you want the following effect (It is important to clear the cache!!):

Image

Re: Edit Stylesheet

Posted: 10 Jul 2011, 16:32
by MarkJayne
Excellent, thanks Martin. It was the cache that was causing the issue. Appreciate your help :)

Mark