Options

problem with gradient theme & custom SMug site... help

ShebaJoShebaJo Registered Users Posts: 179 Major grins
edited July 14, 2007 in SmugMug Support
Hi,

I have been trying to customize my SMug site. It seems to funtion correctly, but I have one problem (that I know of).

I had the SMug gradient theme as base, but since I customized last night... Only the top section shows gradient. It almost looks like when the bio box was on top, as a block w/gradient, then the rest of the page, but no gradient.

If you see other issues... please let me know, this is my first try at actually working on my site.
http://shebajo.smugmug.com

the gradient problem....
http://shebajo.smugmug.com/galleries

ps... don't too laugh too hard at my site... I am trying. :wink

Comments

  • Options
    richWrichW Registered Users Posts: 941 Major grins
    edited July 14, 2007
    The boxes are transparent and have a small image on top that gives it the gradient look. When you changed your body color, it showed trough the transparent boxes. Easy fix. Try this in your css section:
    .box {background: #000;}
    .boxTop {background: #222 !important;}

    We can adjust if needed....thumb.gif
  • Options
    ShebaJoShebaJo Registered Users Posts: 179 Major grins
    edited July 14, 2007
    clap.gifThank you Richclap.gif
    thumb.gif It workedthumb.gif

    Nothing like fast help, with an easy solution.wings.gif


    richW wrote:
    The boxes are transparent and have a small image on top that gives it the gradient look. When you changed your body color, it showed trough the transparent boxes. Easy fix. Try this in your css section:
    .box {background: #000;}
    .boxTop {background: #222 !important;}

    We can adjust if needed....thumb.gif
Sign In or Register to comment.