[Register Module] How to remove 'full name' and 'url' fields?
skunker
Joined: 2005-02-04
Posts: 344 |
![]() |
Hi all, Username, URL Does anyone know how? |
|
floridave
![]()
Joined: 2003-12-22
Posts: 27300 |
![]() |
I think the username is required but you can do: #g-dialog li:nth-child(2){ display:none; } #g-dialog li:nth-child(5){ display:none; } to your css to remove the 2nd and 5th list item. Dave |
|
skunker
Joined: 2005-02-04
Posts: 344 |
![]() |
Thanks Dave, was thinking along the same lines, as well. |
|