"Powered by Smugmug" has crept back onto my site

neophyteneophyte Registered Users Posts: 39 Big grins
edited May 7, 2015 in SmugMug Customization
Hi heroes,

Why has "Powered by Smugmug" reappeared on my site, Earthphotos.com, and can you help me to make it disappear again?

Thanks,

Neo

Comments

  • Jingle ImagesJingle Images Registered Users Posts: 212 Major grins
    edited May 7, 2015
    neophyte wrote: »
    Hi heroes,

    Why has "Powered by Smugmug" reappeared on my site, Earthphotos.com, and can you help me to make it disappear again?

    Thanks,

    Neo



    Here is the code to put into your css to remove that.
    .sm-page-powered-by a:first-child {
      display: none;
    }
    
  • Jingle ImagesJingle Images Registered Users Posts: 212 Major grins
    edited May 7, 2015
    neophyte wrote: »
    Hi heroes,

    Why has "Powered by Smugmug" reappeared on my site, Earthphotos.com, and can you help me to make it disappear again?

    Thanks,

    Neo

    Also looking at your page i would say if you wanted to help clean it up a little more to add this code to css.

    To help with the overlay of the header.

    .sm-page-layout-region.sm-page-layout-region-header {
      background-color: #E6E6E6;
    }
    
Sign In or Register to comment.