need input and help on site
audi
Registered Users Posts: 113 Major grins
:dunno
I was wondering if anyone could take a quick look at my site and help me with the following modifications (if possible):
- where it says "Austin Brodfuhrer's Home" -> how can I just get ride of that text altogether?
- I added a little personal quotation under my graphic header. how do I make it a smaller font?
- on the gallery descriptions, can I make the text smaller?
- how can I reduce the bottom half of the page to just "powered by smugmug.com, login, etc." instead of all the other jazz?
finally, is there anything else you think I should change for right now to make the page better? im open for suggestions.
thanks so much for any help you can provide :clap
-austin
I was wondering if anyone could take a quick look at my site and help me with the following modifications (if possible):
- where it says "Austin Brodfuhrer's Home" -> how can I just get ride of that text altogether?
- I added a little personal quotation under my graphic header. how do I make it a smaller font?
- on the gallery descriptions, can I make the text smaller?
- how can I reduce the bottom half of the page to just "powered by smugmug.com, login, etc." instead of all the other jazz?
finally, is there anything else you think I should change for right now to make the page better? im open for suggestions.
thanks so much for any help you can provide :clap
-austin
"See how willingly Nature poses herself upon photographers' plates. No earthly chemicals are so sensitive as those of the human soul. "
-John Muir
http://www.austinbphotography.com
Nature Photographers Community
Founding Member
http://www.smugmug.com/community/NaturePhotographers
-John Muir
http://www.austinbphotography.com
Nature Photographers Community
Founding Member
http://www.smugmug.com/community/NaturePhotographers
0
Comments
For the quotation, you currently have h5 tags around it, take that out. You can either use the HMTL formating for font to make it smaller:
In your header: font size='small' [size=small]quote [/size]/font
Or, the better way is to use CSS. Define a style of smaller, then use a DIV to encapsulate the text.
Use standard HTML brackets to enclose these commands:
In your header: div class='smaller' quote /div
In your style definition: .smaller {font-size: x-small;}
See this page for more about CSS font sizes:
http://www.w3schools.com/css/pr_font_font-size.asp
I'll leave the other questions to people more familiar with SM.
Nice site BTW, I can see your point about removing the extra stuff.
Doug
Chibi Photography
pix.chibiphotography.com
:
Doug
Chibi Photography
pix.chibiphotography.com
You can get rid of the RSS feeds information by adding this to the stylesheet section in customization:
#feeds { display:none}
Smug since 2006
SmugMug Help
PhotoscapeDesign
excellent thank you so much everyone.
(i even made 42 bucks yesterday selling prints!)
-John Muir
http://www.austinbphotography.com
Nature Photographers Community
Founding Member
http://www.smugmug.com/community/NaturePhotographers
#feeds { display:none}
#cobrand_footer { display:none}
It is hard to log in when you do that though.
Chibi Photography
pix.chibiphotography.com