Need Help finding Embedded css styles for wp-signup form
-
Unfortunately the generated signup form is breaking my wp theme. Using the Firefox Web Developer toolbar I am able to correct the problem by changing the .mu_register class width to a fixed pixel size. However I am UNABLE to find the actual embedded style to make this change permanent, can anyone tell me where I can locate this style?
Thank you in advance.
http://mmagrid.com/wp-signup.php
_________________________________________
.mu_register { width: 90%; margin:0 auto; }
.mu_register form { margin-top: 2em; }
.mu_register .error { font-weight:700; padding:10px; color:#333333; background:#FFEBE8; border:1px solid #CC0000; }
.mu_register #submit,
.mu_register #blog_title,
.mu_register #user_email,
.mu_register #blogname,
.mu_register #user_name { width:100%; font-size: 24px; margin:5px 0; }
.mu_register .prefix_address,
.mu_register .suffix_address {font-size: 18px;display:inline; }
.mu_register label { font-weight:700; font-size:15px; display:block; margin:10px 0; }
.mu_register label.checkbox { display:inline; }
.mu_register .mu_alert { font-weight:700; padding:10px; color:#333333; background:#ffffe0; border:1px solid #e6db55; }
______________________________________________________
- The topic ‘Need Help finding Embedded css styles for wp-signup form’ is closed to new replies.