Excellent – thank you. I fixed it by adding a #content { background-color:#ffffff; } to the end of the css file. I’m sure I didn’t delete that from the original but it’s working now so it’s all good…
What I want to do now…
I want to make it so the “Login Box” at the top of the page is only displayed to logged out users. If a user is logged in, I want that to be replaced with a message that says “Hello (username here) – click HERE to logout.
That didn’t work r-a-y but thanks for trying. It didn’t change a thing
Does anybody else have a solution? I need the content area background to be white again.
I’m not sure it has anything to do with the css style sheet because I uploaded the original default sheet in place of the one I’d modified and nothing changed so something is blocking it…
Thanks very much for this code – works perfectly on my site. I want to add one thing to it…
When a user is logged in, it still has the “Username/Password” fields in the admin bar and I want to replace these with a message that says something like “Hello (Username), click HERE to sign out” with the click-able link obviously signing them out.
Also, how do you put a “Sign Up” button up there with it, again to show only when user is logged out?