Options

Color Design question

tsinsftsinsf Registered Users Posts: 31 Big grins
edited September 25, 2013 in SmugMug Customization
I have two questions before I unveil my new Smugmug site.

The background on my Legacy site is dark forest green and there is a black box framing the Slideshow and Galleries. How do I recreate this black frame in the new Smugmug?

In my new menu bar, how do I create a "Galleries" link which will open a page with thumbnails and titles for all my galleries?

Thanks!!

Comments

  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited September 24, 2013
    In your theme you can set the body colors to black and that should work. As for creating the galleries link. You could create a page and link to that in your nav bar. On that page you could add galleries and folders content blocks to display everything.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
  • Options
    tsinsftsinsf Registered Users Posts: 31 Big grins
    edited September 24, 2013
    Clarification
    Sorry, I wasn't clear enough in asking the question. I want to keep my background dark forest green (which I have done) but create a black frame around the Slideshow and Galleries. Is it possible to do that?
  • Options
    Smug EricSmug Eric Registered Users, Retired Mod Posts: 333
    edited September 25, 2013
    Adding this to your site-wide CSS should do it:

    .sm-page-widget-slideshow, .sm-page-widget-galleries {
    border: 10px solid black;
    }

    Feel free to change the color and pixel width there to fit your preference.
    Eric
    Support Hero and Customeister
    http://www.smugmug.com/help
Sign In or Register to comment.