background question

Bunkes5Bunkes5 Registered Users Posts: 11 Big grins
edited January 20, 2013 in SmugMug Support
Hi I am very new at this and still learning......I was just wondering how to change the background color on my pages but I would like to have different colors for different pages...the easy customizer changes all the pages.......
does anybody know the css code to put in to change the backgrounds of each page differently?
and also the css code if I wanted to put a custom image to a background?

Comments

  • mrneutronmrneutron Registered Users Posts: 214 Major grins
    edited January 20, 2013
    In the easy customizer, click 'preview my changes on' and select the page you want to change the color on.
    http://www.smugmug.com/photos/i-h8m3dv6/0/X3/i-h8m3dv6-X3.png

    Then ciick background>use custom background and you can select an image or choose a color from the color picker.
    You can see what it will look like in the 'preview' window. If you like the way it looks, cilck 'publish' for the changes to take effect.

    For help with a specific gallery, email help@smugmug.com.
    Andy K
    SmugMug Support Hero
    help.smugmug.com
  • Bunkes5Bunkes5 Registered Users Posts: 11 Big grins
    edited January 20, 2013
    I tryed that and it changes all the pages I'm wanting to change each one different like when you can pick a theme for each page but the colors that I would like are not in themes to pick
  • mrneutronmrneutron Registered Users Posts: 214 Major grins
    edited January 20, 2013
    If you want to change the background color for one gallery only, you'll have to add this code in your advanced customizer in the .css field.
    Login and click Tools>Account settings>style>advanced customizer>manage

    .gallery_XXXXXXXX {
    background:blue;
    }

    You'll have to replace the X's with the gallery ID. You can find the gallery ID by visiting the gallery and the ID is the first number after the category
    http://screencast.com/t/8i6SxVljzYOb
    Andy K
    SmugMug Support Hero
    help.smugmug.com
Sign In or Register to comment.