Options

Adding a Background Image

jclgurujclguru Registered Users Posts: 152 Major grins
edited August 5, 2013 in SmugMug Customization
Back in the 'old' days, I had code like this in my css...

/* background image - about me*/
body.gallery_23826316 {
background-attachment: fixed;
background-image:
url(http://www.thebirdphotographer.com/photos/i-gzDhVkV/0/M/i-gzDhVkV-M.png);
background-color: #4E5549 !important;
background-repeat: no-repeat;
background-position: left bottom;

}



This allowed me to place an image on the background of a specific page...kind of like wallpaper.
Of course now it doesn't work.


Anyway to adapt that to the new smugmug?



I'm assuming the code would go into a CSS block for the page I'm trying to add an image to?


Thanks
Doug

Comments

Sign In or Register to comment.