Options

Background Image for the Footer

danoutandaboutdanoutandabout Registered Users Posts: 10 Big grins
edited April 6, 2016 in SmugMug Support
Hi there, I would like to add a background image to my footer. I searched the whole dgrin forum but couldn't find anything that could help. I would like the image to be "stretchy" and be coming from my an existing gallery on my site (i.e. a url would point to the image on my smugmug page) and keep what is currently showing in my footer. So, I basically want an image behind what already shows in my footer. Any help would be much appreciated. Thanks in advance. Cheers Dan

my site: www.danoutandabout.com

Comments

  • Options
    AllenAllen Registered Users Posts: 10,011 Major grins
    edited April 6, 2016
    Something like this? Try this in "entire site" CSS.
    .sm-page-layout-region-footer {
    background: url(/photos/i-TCFHsP7/1/XL/i-TCFHsP7.jpg/i-TWRnQ9h/1/O/WEB001Swiss.jpg) no-repeat;
    max-width: 1024px;
    margin: 0 auto !important;
    }
    
    Al - Just a volunteer here having fun
    My Website index | My Blog
  • Options
    danoutandaboutdanoutandabout Registered Users Posts: 10 Big grins
    edited April 6, 2016
    Allen, this is awesome! It works exactly as wanted! Thanks very much for your help! Cheers
Sign In or Register to comment.