Remove login
tobeme
Registered Users Posts: 308 Major grins
How can I remove the word "login" on all pages from my site?
Thanks
Thanks
0
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".