Search…

X3 Photo Gallery Support Forums

Search…
 
MarkJayne
Topic Author
Posts: 7
Joined: 08 Jul 2011, 15:02

Edit Stylesheet

10 Jul 2011, 13:27

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
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Edit Stylesheet

10 Jul 2011, 13:40

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;
}
 
MarkJayne
Topic Author
Posts: 7
Joined: 08 Jul 2011, 15:02

Re: Edit Stylesheet

10 Jul 2011, 14:58

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
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Edit Stylesheet

10 Jul 2011, 15:58

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
 
MarkJayne
Topic Author
Posts: 7
Joined: 08 Jul 2011, 15:02

Re: Edit Stylesheet

10 Jul 2011, 16:32

Excellent, thanks Martin. It was the cache that was causing the issue. Appreciate your help :)

Mark