Thanks for your reply,
I have now removed the button and link but I would also like to remove the two outer borders around the login form and the word login. I would also like to remove “The page you are trying to view is password protected.” From the top and reduce the padding around the form.
In your theme's css add:
`
fieldset#logon_box legend {
display: none;
}
fieldset#logon_box fieldset legend {
display: block;
}
display: none;
}
To change borders and paddings find #loginformand #loginform fieldset` in your theme's css and change the appropriate properties.
Thanks very much for your help, that worked well thanks,
There is just one thing I am still struggling with, I still have;
"The page you are trying to view is password protected."
Above the login box with loads of white space. I am using the default template and this doesn't seem to be in the password.php or the theme css