Search…

X3 Photo Gallery Support Forums

Search…
 
palmerozo
Topic Author
Posts: 22
Joined: 30 Jul 2009, 10:09

Howto remove and change txt size

09 Apr 2011, 00:49

Hello again

Two quick questions.
1. I would like to remove txt form above slideshow (in my case HOME). How I can do this
Image

2/ I would like to increase txt size over the gallery (gallery name I guess)
Image

I have been trying to find right code @.css file code but no luck....

Thank You !
:)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Howto remove and change txt size

09 Apr 2011, 02:30

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:
Code
text=false
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/
 
palmerozo
Topic Author
Posts: 22
Joined: 30 Jul 2009, 10:09

Re: Howto remove and change txt size

09 Apr 2011, 10:51

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:
Code
text=false
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
:P
Attachments
help.jpg
help.jpg (121.7 KiB) Viewed 3910 times
 
User avatar
Martin
Experienced
Posts: 651
Joined: 30 Jan 2011, 23:24

Re: Howto remove and change txt size

09 Apr 2011, 12:40

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):
Code
.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 :)
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Howto remove and change txt size

10 Apr 2011, 00:06

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 ...
Code
.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!
 
palmerozo
Topic Author
Posts: 22
Joined: 30 Jul 2009, 10:09

Re: Howto remove and change txt size

10 Apr 2011, 01:19

Thank You !
:)
 
palmerozo
Topic Author
Posts: 22
Joined: 30 Jul 2009, 10:09

Re: Howto remove and change txt size

16 Apr 2011, 00:00

...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 !
 
User avatar
mjau-mjau
X3 Wizard
Posts: 14452
Joined: 30 Sep 2006, 03:37

Re: Howto remove and change txt size

16 Apr 2011, 05:06

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:
Image