Options

need input and help on site

audiaudi 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
"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

Comments

  • Options
    ChibiPhotographyChibiPhotography Registered Users Posts: 30 Big grins
    edited July 13, 2005
    I can help on one of those. :)
    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
    audi wrote:
    ne_nau.gif
    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.gif

    -austin
    Doug Pearson
    Chibi Photography
    pix.chibiphotography.com
  • Options
    ChibiPhotographyChibiPhotography Registered Users Posts: 30 Big grins
    edited July 14, 2005
    Look at http://www.dgrin.com/showthread.php?t=14969 to remove the "Austin Brodfuhrer's Home" line.
    :):
    Doug
    Doug Pearson
    Chibi Photography
    pix.chibiphotography.com
  • Options
    BarbBarb Administrators Posts: 3,352 SmugMug Employee
    edited July 14, 2005
    audi wrote:
    - how can I reduce the bottom half of the page to just "powered by smugmug.com, login, etc." instead of all the other jazz?
    Austin,

    You can get rid of the RSS feeds information by adding this to the stylesheet section in customization:

    #feeds { display:none}
    Barb
    Smug since 2006
    SmugMug Help
    PhotoscapeDesign
  • Options
    audiaudi Registered Users Posts: 113 Major grins
    edited July 14, 2005
    thanks!
    excellent thank you so much everyone.

    (i even made 42 bucks yesterday selling prints!)
    "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
  • Options
    ChibiPhotographyChibiPhotography Registered Users Posts: 30 Big grins
    edited July 14, 2005
    By the using same example format as above, this seems to work to take out the footer. :):

    #feeds { display:none}
    #cobrand_footer { display:none}

    It is hard to log in when you do that though. headscratch.gif
    Doug Pearson
    Chibi Photography
    pix.chibiphotography.com
Sign In or Register to comment.