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)
-   -   Form background color (http://forum.bytesforall.com/showthread.php?t=12621)

rhiannacooper Feb 3, 2011 10:38 PM

Form background color
 
I am new to Atahualpa--I just changed some of the settings so now the background color of my site is black instead of white. I am unable to change the background color of the forms (Login, comments, contact form). I changed the color under the Atahualpa settings, but it wasn't effective.

juggledad Feb 4, 2011 03:03 AM

What version of atahualpa and wp?
What is your URL?

rhiannacooper Feb 4, 2011 08:00 PM

WP 3.0.4
Atahualpa 3.6.1
http://rhiannacooper.com

lmilesw Feb 4, 2011 10:41 PM

For some colors of the site it is necessary to determine the CSS selector and then use CSS to change them. For instance the selector for the form in the left sidebar is
HTML Code:

#loginwithajaxwidget-3
So to make the background white you would use the following.
HTML Code:

#loginwithajaxwidget-3 {
background: #ffffff;
}

I use the Firebug addon for Firefox for determining selectors.


All times are GMT -6. The time now is 09:56 AM.

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