View previous topic :: View next topic |
Author |
Message |
manooch44
Joined: 27 Jul 2010 Posts: 3
|
Posted: Tue Jul 27, 2010 7:15 pm Post subject: Form background color problem |
|
|
I recently created a form and posted the HTML code into my Wordpress blog. It went very well, except I noticed one thing, ONLY when I edited the code through the website to change the background color of the form to yellow. The form shows up fine in the preview of the form on the website- but not in my blog. In my blog, the default light-brown color remains.
You can see this on the form here: http://studentsforliberty.org/college/groups/books/?preview=true&preview_id=85&preview_nonce=33945b8402
I'd appreciate any help you can give me to fix this. Thanks very much, and enjoyed using this product aside from this one issue I'm trying to fix! |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Wed Jul 28, 2010 7:54 am Post subject: Reply |
|
|
This is most likely being caused by a style sheet in Wordpress. I cannot see the link you posted.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
manooch44
Joined: 27 Jul 2010 Posts: 3
|
Posted: Wed Jul 28, 2010 9:08 pm Post subject: |
|
|
Apologies, the webpage is here: http://studentsforliberty.org/college/groups/books/ |
|
Back to top |
|
 |
mycontac Site Admin
Joined: 31 Dec 2003 Posts: 2860
|
Posted: Thu Jul 29, 2010 7:06 am Post subject: Reply |
|
|
As suspected, you have CSS on your site that is causing this. Within the CSS, you have the following lines:
From:http://studentsforliberty.org/wp-content/themes/arclite/style.css
Code: |
table td{
background: #d8ceb6;
}
table tr:hover td{
background: #f0eada;
}
|
This is overriding the background color settings as specified within the myContactForm.com builder.
Nick Ladd
myContactForm.com |
|
Back to top |
|
 |
manooch44
Joined: 27 Jul 2010 Posts: 3
|
Posted: Thu Jul 29, 2010 8:38 am Post subject: |
|
|
Thanks Nick- I see what I have to do now. Appreciate the help! |
|
Back to top |
|
 |
|