Click here to register or to donate. Auto self-registration is not available here - far too many spammers. This forum has many, many backlinks and because of that there is an intense desire among spammers to drop their links here.
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.
What version of atahualpa and wp?
What is your URL?
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
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.