Page 1 of 1

Weird login background problem

PostPosted: August 2nd, 2011, 4:52 pm
by Sonomacats
I used the Login/Registration Design to change the background and add my logo.

The main background is fine. However, I get a white background box around the 2 login boxes.

Plus, even though I set it for black, the boxes around the eMail addy and password are barely visible.

Any idea how to get rid of that white box?

Here's the link to the login page: http://how-to-disappear-now.com/wp-login.php

Thanks!

Re: Weird login background problem

PostPosted: August 2nd, 2011, 10:33 pm
by Cristián Lávaque
That form has the id "loginform", it's not editable from the Login Design panel, but you can add your style to your CSS file for the theme.

I hope that helps. :)

Re: Weird login background problem

PostPosted: August 2nd, 2011, 11:01 pm
by Sonomacats
Thanks for the response.

I'm a CSS newbie. Any chance there are samples I could follow out there?

Re: Weird login background problem

PostPosted: August 8th, 2011, 1:29 am
by OWeekly
Hi Cristian,
Where is this CSS file that we use to edit and under which folders.... Thanks..


Cristián Lávaque wrote:That form has the id "loginform", it's not editable from the Login Design panel, but you can add your style to your CSS file for the theme.

I hope that helps. :)

Re: Weird login background problem

PostPosted: August 8th, 2011, 2:29 pm
by Cristián Lávaque
In one of your CSS files you can add

Code: Select all
#loginform {
    background-color: transparent;
}


The file may be the one that comes with your theme. Look in your theme's directory. Some themes have an interface in WP Admin that lets you add custom styles like this, too.