By sanjanaa on
Hi I want change the login page design in drupal.
For example: 1) I want to add background image/color.
2) And I want to move the position of the label(Username/Pwd) and Textboxes
3) I want to show the controls (Label & Text boxes) in separate block within that User page.
What can I do for this?
Thanks in advance,
Revathy.
Comments
try this
Hi,
1) I want to add background image/color.
-> Give css to that block id.
2) And I want to move the position of the label(Username/Pwd) and Textboxes
-> Give css to block id after that class of that username/pwd & textboxes and move wherever you want.
3) I want to show the controls (Label & Text boxes) in separate block within that User page.
-> You can do one thing to create separate blocks within user page,
1. Create one or two region in your info file print that region in your page tpl file,
clear cache and enable the blocks on that region and give visibility to that user page only.