Page 1 of 1
Howto remove and change txt size
Posted: 09 Apr 2011, 00:49
by palmerozo
Hello again
Two quick questions.
1. I would like to remove txt form above slideshow (in my case HOME). How I can do this
2/ I would like to increase txt size over the gallery (gallery name I guess)
I have been trying to find right code @.css file code but no luck....
Thank You !

Re: Howto remove and change txt size
Posted: 09 Apr 2011, 02:30
by mjau-mjau
I can't see your snapshots from imageshack ufortunately. I am guessing that the text over the slideshow is your filemod text. You can disable this by adding into the parameters field for this folder:
Increase text size over gallery? Not sure what text this is ... I thought you wanted this removed from your slideshow. Perhaps you have a link or a snapshot? Full guide to the CSS is here:
https://www.photo.gallery/documentation/cssreference/
Re: Howto remove and change txt size
Posted: 09 Apr 2011, 10:51
by palmerozo
mjau-mjau wrote:I can't see your snapshots from imageshack ufortunately. I am guessing that the text over the slideshow is your filemod text. You can disable this by adding into the parameters field for this folder:
Increase text size over gallery? Not sure what text this is ... I thought you wanted this removed from your slideshow. Perhaps you have a link or a snapshot? Full guide to the CSS is here:
https://www.photo.gallery/documentation/cssreference/

Addnig code into the parames into filemode txt is working perfectly ! Thank You !
For my second question, please see attached snapshot.
I would like to increase font size for (I call it) "gallery tile" and also I would like to change space between gallery title and gallery thumbnails
thx

Re: Howto remove and change txt size
Posted: 09 Apr 2011, 12:40
by Martin
palmerozo wrote:I would like to increase font size for (I call it) "gallery tile" and also I would like to change space between gallery title and gallery thumbnails
Edit stylesheet (CSS):
.thumbnails {
leading: 1;
font-size: 15px;}
A higher value for 'leading' will increase, a lower (even negative) value will decrease the space.
Too much negative and it will disappear behind the thumbnails.
Font-size wil change the size of the font

Re: Howto remove and change txt size
Posted: 10 Apr 2011, 00:06
by mjau-mjau
Just like mabro said ... Let me just compliment by informing that there are a few CSS classes for the text above the thumbnails. The main ".thumbnails" works globally for the entire text, but you can also set CSS for specific items ...
.thumbnails { }
.thumbnails_breadcrumbs { }
.thumbnails_title { }
.thumbnails_description { }
.thumbnails_page { }
.thumbnails_separator { }
Remember to clear your browser cache after editing the CSS, so that you will see changes!
Re: Howto remove and change txt size
Posted: 10 Apr 2011, 01:19
by palmerozo
Thank You !

Re: Howto remove and change txt size
Posted: 16 Apr 2011, 00:00
by palmerozo
...and one more question
How to make Contact Form Window to resizing itself when I'm changing browser windows ?
Right now each gallery is resizing automatically, but "Contact us" window has a fixed size no matter what is the browser windows size.
Thanks !
Re: Howto remove and change txt size
Posted: 16 Apr 2011, 05:06
by mjau-mjau
palmerozo wrote:How to make Contact Form Window to resizing itself when I'm changing browser windows ?
Right now each gallery is resizing automatically, but "Contact us" window has a fixed size no matter what is the browser windows size.
I am not quite sure what you mean. The contact form window is already at its minimal size. It does not get any smaller - screenshot:
