Search
|
|
| Post |
|
Cris - Guest
5:30 pm - August 23, 2007
|
| |
|
If I choose "multi line" option for the input message field, the text color is barely distinguishable from the back ground.
URL: http://puertoricotopalestine.org/?page_id=82&language=en
WP version: 2.2
CformsII 5.3
I am using "Nightfall" template:
http://www.theme-time.com/32/
I did change the background color to make the form match the template:
.cform fieldset {
margin-top:10px;
padding:5px 0 15px 0;
border:1px solid #adadad;
border-left-color:#ececec;
border-top-color:#ececec;
background:#2d2d2d; }
|
|
|
Cris - Guest
6:29 pm - August 23, 2007
|
| |
|
.cform select {
padding:1px 3px;
background: #fbfbfb;
border:none;
border-top: 1px solid #aaaaaa;
color: #000000!important;
That did the trick. I had tried it earlier. Don't know why it didn't take, but now it is working and problem is resolved.
|
|