Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Color of registration form fields (http://forum.bytesforall.com/showthread.php?t=1098)

paulae Apr 4, 2009 01:54 PM

Color of registration form fields
 
We're getting really close to launching the new site, and I'm very excited!

I don't know why the form fields for the registration page are showing up bright yellow, but I'd like to change that and can't figure out where to do it.

Take a look: http://www.larchmontgazette.com/wp27...ction=register

I'm using BM Custon Login, but there is no option in the plugin for the field color.

Flynn Apr 5, 2009 02:53 PM

The colors coming from Wp directly (inline styles in wp-login.php etc.), font size and field width (94%) from the plugin's own style.css

http://www.larchmontgazette.com/wp27...s?ver=20081210
line 718
HTML Code:

#login form input {
color: #555555;
}

http://www.larchmontgazette.com/wp27...ction=register
line 125
HTML Code:

#user_login,
#user_email,
#pass1,
#pass2,
#firstname,
#lastname,
#your_town_state {
background-color: #CCCCCC;
border:1px solid #E6DB55;
}

http://www.larchmontgazette.com/wp27...om-login-2.css
line 69
HTML Code:

#user_pass,
#user_login,
#user_email {
font-size: 12px;
width: 94%;
}

http://www.larchmontgazette.com/wp27...s?ver=20081210
line 98
HTML Code:

#user_pass,
#user_login,
#user_email {
background: #FBFBFB none repeat scroll 0;
margin-bottom: 16px;
margin-right: 6px;
margin-top: 2px;
padding: 3px;
}


paulae Apr 5, 2009 03:00 PM

Gotcha! Thanks, Flynn.

This is all so complex, with so many places to check for each bit of styling. You're a wizard, you know. ;)


All times are GMT -6. The time now is 01:07 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.