Hi

How can I remove or modify the "user login" and "navigation" headings from the login form and and the left-column navigation links respectively? There are a bit redundant and are just unnecessary clutter.

Also, how can I remove/disable the "Submitted by Anonymous on Mon, 2007-01-08 06:00." at the bottom of pages?

Cheers

Comments

nancydru’s picture

ronan’s picture

The easiest way to remove block headers is with css. They won't be gone, but they will be invisible (to most people).

Ronan
------------------------------------
Gorton Studios - Websites that Work. http://www.gortonstudios.com/
http://www.gortonstudios.com/portfolio/technologies/drupal

------------------------------------
Ronan
Founder - NodeSquirrel - https://www.nodesquirrel.com/
Agency Tools Lead - Pantheon - https://www.pantheon.io/

nancydru’s picture

If you plan on having authenticated users (but probably not since you want to get rid of Login), the navigation header chnages to the signed in user's name, so you might want to rethink this. Changing the non-authenticated text of that header is a setting.

Chill35’s picture

I agree that this can be clutter...

If you use CSS to hide the headers, use

selector { display:none; }

replacing selector with what's convenient : do a View Source in the browser...

So that no space is left behind.

For authenticated users, they will still see their name when they are logged in if you use a custom login block or login toboggan. And to see their name, is that so important ? LOL... I know what's my name. (Sorry, just being goofy...)

chillz’s picture

Thanks for all the help you guys especially the link from nancyw to remove the "Submitted by ....." at the mottom of pages - It worked like a charm :-). I have yet to muck about with the css bit suggested by I have no doubt it will work. Thanks again to all of you.

Cheers