PDA

View Full Version : Help Change my Client Galleries Page


deegee
Sep-22-2008, 09:56 AM
I've been looking throughout smugmug and this forum for some kind of tutorial that answers the questions I need on how to change things on my "CLIENT" page which is a category of galleries...but I can't find any answers that apply to my questions, so if you could help that would be great!

I would like to change several things..
1) I don't want any text at the top that says Galleries
2) I would like the title of the gallery or album to be below the picture, not next to it.
3) Is the font type and color for the album/gallery title easily changeable? if so, I'd like it to match my other fonts.
4) I want to change the grey background box to white, to match the style I've chosen which is basically just all white.

One other thing... 5)How do I get the slideshow on my homepage to appear larger? I would like the pictures to completely cover the grey background box.

Codes/ and info much appreciated! www.denisegammellphotography.smugmug.com

Allen
Sep-22-2008, 09:23 PM
I've been looking throughout smugmug and this forum for some kind of tutorial that answers the questions I need on how to change things on my "CLIENT" page which is a category of galleries...but I can't find any answers that apply to my questions, so if you could help that would be great!

I would like to change several things..
1) I don't want any text at the top that says Galleries
2) I would like the title of the gallery or album to be below the picture, not next to it.
3) Is the font type and color for the album/gallery title easily changeable? if so, I'd like it to match my other fonts.
4) I want to change the grey background box to white, to match the style I've chosen which is basically just all white.

One other thing... 5)How do I get the slideshow on my homepage to appear larger? I would like the pictures to completely cover the grey background box.

Codes/ and info much appreciated! www.denisegammellphotography.smugmug.com (http://www.denisegammellphotography.smugmug.com)
Looks like you got 1, 2, and 4

Add this to CSS for 4

.albumTitle a.nav {
color: #7E9833;
font-family: Comic Sans MS, verdana
}


This is about as big as your can go.

In your bio change the width to 700

SM.flash.insertSlideshow(770, 600, ssConfig, 'transparent');

Add this to yoru CSS

#userBio embed {
position: relative;
left: -20px;
}