Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.
From the author of Atahualpa, the #1 most downloaded (700,000+) theme @ wordpress.org
#1
Feb 3, 2011, 10:38 PM
rhiannacooper
2 posts · Feb 2011
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.
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.
__________________ ~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.