Do you have a link to the site?
Hm, could be part of the theme I guess. ‘We’ normal people see only log in.
You can hide it in the css of the theme
This is already there:
ul#admin li {
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
}
change it in:
ul#admin li {
display: none;
}
I absolutly love you!!!! I’ve been racking my brains out trying to figure it out. I know “nothing” about css. All I know is that it worked! The online support I’m suppose to be getting is no help at all, or they respond to you when they feel like it which is maybe 4 times a week if you’re lucky. Anyway, I can’t thank you enough. Maybe you could tell me why I can’t change the header. I’ve been typing the url of the header and changing the default to “define here”, which is supposably what you’re suppose to change it to. It’s not working. Thank you, thank you, thank you!!
That’s the url address I copied from my address bar for that particular header. Is that not right?