Remove login

tobemetobeme Registered Users Posts: 308 Major grins
edited October 11, 2013 in SmugMug Support
How can I remove the word "login" on all pages from my site?

Thanks

Comments

  • beardedgitbeardedgit Registered Users Posts: 854 Major grins
    edited October 11, 2013
    Yippee ki-yay, footer-muckers!
  • richpepprichpepp Registered Users Posts: 360 Major grins
    edited October 11, 2013
    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

    .sm-page-powered-by A:last-child
    {
    display: none;
    }


    This is assuming that you are already using the small footer
  • LPCLPC Registered Users Posts: 481 Major grins
    edited October 11, 2013
    richpepp wrote: »
    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


    They don't stop you either thumb.gif
  • tobemetobeme Registered Users Posts: 308 Major grins
    edited October 11, 2013
    Thanks. It has been removed by the code.
  • pgmanpgman Registered Users Posts: 164 Major grins
    edited October 11, 2013
    beardedgit wrote: »
    I'm interested but:
    vBulletin Message        
    Sorry - no matches. Please try some different terms.  
    
    Which term are you searching on?

    Thanks

    Syv
    Thanks
    http://www.sritch.com
    The Dogs of Vancouver, BC
  • beardedgitbeardedgit Registered Users Posts: 854 Major grins
    edited October 11, 2013
    pgman wrote: »
    I'm interested but:
    vBulletin Message        
    Sorry - no matches. Please try some different terms.  
    
    Which term are you searching on?

    Thanks

    Syv

    Ah, sorry, I forgot that search results expire. I searched for "remove login".
    Yippee ki-yay, footer-muckers!
Sign In or Register to comment.