The easiest way is to remove your complete SmugMug footer (as in beardedgit's links) but they don't allow that I don't believe
Alternatively you can just remove the 'login' bit if you like:
What to do is
1. Go to Customise/Customise site
2. Select EntireSite from the tree
3. Add a CSS block to the top of the page (if it isn't already there)
4. Add the following text to the CSS block
Comments
Alternatively you can just remove the 'login' bit if you like:
What to do is
1. Go to Customise/Customise site
2. Select EntireSite from the tree
3. Add a CSS block to the top of the page (if it isn't already there)
4. Add the following text to the CSS block
.sm-page-powered-by A:last-child
{
display: none;
}
This is assuming that you are already using the small footer
They don't stop you either
Thanks
Syv
http://www.sritch.com
The Dogs of Vancouver, BC
Ah, sorry, I forgot that search results expire. I searched for "remove login".