Page 1 of 1

Desription image

Posted: 14 Oct 2009, 02:24
by stormzon
Hi,

Is it possible to change the size of the desription image text and also the colour?

Posted: 14 Oct 2009, 10:06
by mjau-mjau
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.

Posted: 15 Oct 2009, 01:43
by stormzon
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

Posted: 19 Oct 2009, 03:58
by mjau-mjau
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*/
}