Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme »

Color of registration form fields


  #1  
Old Apr 4, 2009, 01:54 PM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
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.
  #2  
Old Apr 5, 2009, 02:53 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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;
}
  #3  
Old Apr 5, 2009, 03:00 PM
paulae's Avatar
paulae
 
1,333 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
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.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] 3.3.3: Comment form fields are not translated any longer upscho Languages & Translations 2 Jun 22, 2009 05:25 AM
Spaces in the fields of "Post comments" form Lucker Comments, trackbacks & pings 1 May 25, 2009 12:38 PM
User Registration link vincotek Atahualpa 3 Wordpress theme 8 May 6, 2009 03:50 PM
Fixed width site. Different page background color from body color? blueprairie Forum How-To 1 Mar 20, 2009 08:55 PM
Where is registration? paulae Atahualpa 3 Wordpress theme 0 Mar 17, 2009 07:20 AM


All times are GMT -6. The time now is 10:18 AM.


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