Who are some of the good theme designers or skin designs for Drupal ? I'm mostly looking for testimonials of sort, for who drupal site owners may have used in the past. Please share your recommendations.
Hello, the password field has a different style than that of the username and search input fields. After looking at webpage source, I saw that it was using form-password. So I searched the entire drupal directory for that search term, and found that it wasn't defined in css. It occurs in the common.inc file on line (1193) and user.module on line (1046).
I got them matching by changing it to form-text in common.inc.
any one else run into this issue, and if so what action did you take?
I am trying to output a block onto my page without making it show up in the left or right sidebar? Is there some type of way I can insert a block by id or something?