Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
stormzon
Experienced
Topic Author
Posts: 47
Joined: 09 Sep 2008, 05:38

Desription image

14 Oct 2009, 02:24

Hi,

Is it possible to change the size of the desription image text and also the colour?
If you don't see it, it's gone
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

14 Oct 2009, 10:06

You mean the text description that appears with images? You can change the text style by editing the theme CSS stylesheet. Read more here:
viewtopic.php?t=4270

ALL text styles are set or changed in the theme CSS stylesheets.
 
User avatar
stormzon
Experienced
Topic Author
Posts: 47
Joined: 09 Sep 2008, 05:38

15 Oct 2009, 01:43

Hi Karl

I mean the text above the thumnails. Can you have a look at my site.

http://www.stormzon.com/imagevuex2/#/co ... %20Woning/

I want to change the size of the text and the colour. With the background the white text isn't good to read

Thanks

Tjerk
If you don't see it, it's gone
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

19 Oct 2009, 03:58

As I stated in my previous post, changes to ANY text is done with your theme css stylesheet. Take a look here to find out where and how to edit it:
viewtopic.php?t=4270

So to help find the specific items you want to edit:
Code
.thumbnails{
/*Sets global styles for all items in the thumbnails text*/
}
.thumbnails_breadcrumbs{
/*Sets styles for the 'breadcrumbs' folder path of the current gallery*/
}
.thumbnails_title{
/*Sets styles for the main title of the current gallery*/
}
.thumbnails_description{
/*Sets styles for the folder text description in the thumbnails layout*/
}
.thumbnails_page{
/*Sets styles for the 'pagecount' text in the thumbnails layout*/
}