In node http://drupal.org/node/244720 a user suggested this snippet of css to remove but it's not working for me. I did apply to css theme.

#block-user-0 .item-list {
display: none;
}

I copied and pasted in the themes' css. any suggestions. Thank you so much

Coco

Comments

SamuelFreeman’s picture

You could always create a custom login block, or use http://drupal.org/project/logintoboggan

cocogodiva’s picture

Hi Samuel,

User's aren't required to log-in, the only time a user (Teacher) is required to log-in is if they want to submit a request for supplies and I created 1 user log-in and password that all Teachers use. Is there a simple fix to this?

cocogodiva’s picture

Found the fix here http://drupal.org/node/128001 you have to hack the user module. Add the snippet of code and it's good.