Could someone tell me how to change the background color of the contact form box? Everything is white so its hard to see where to type the name, email, subject etc...
Any help would be very appreciated :)
Could someone tell me how to change the background color of the contact form box? Everything is white so its hard to see where to type the name, email, subject etc...
Any help would be very appreciated :)
Hi,
to change the background color of your entire contact form you can open up your style.css and find
.ajax_form
Between the brackets you can add
background: #c0c0c0;
or any other color you'd like.
If you'd like to change the individual fields you can do the same for:
.ajax_form .text_input
and
.ajax_form .text_area
Let me know if it works :)
Hi Chris, thx for the response!
Many many thx for the reply, it worked!
But now im trying to change the color of the whole template. Trying to copy/paste it everywhere i think it might be.
But im sure you know exactly the place where i need to be ^^
thx,
quinten
You must log in to post.