Page 1 of 1

Re: How to style css for "Frontend User Management"

Posted: Wed Jun 17, 2009 11:30 pm
by Jeff
If you don't have it already, install Firebug add-on for Firefox.

Go to your login page and right-click on the login form and select Inspect Element (last option). That will give you the html code that CMSMS is rendering.

Depending on how you want to style it, go to the login template and put a around it and then you can use ".login_form form" or ".login_form input"

If you are more specific on what you want to do, we can help more.