Ik wil graag zwarte tekst bij het intikken van het contactformulier, wat moet ik aanpassen ?
/* ##################################
COMMENTFORM
################################## */
#respond {
position: relative;
}
#respond input.text {
float: left;
width: 238px;
clear: left;
}
#comment-logged {
float: left;
width: 260px;
height: 110px;
clear: left;
padding: 20px 0 0;
text-align: center;
}
#comment-logged {
background: transparent url(img/bg-comment-logged-grey.png) repeat-x left top;
}
.red #comment-logged,
.green #comment-logged {
background: transparent url(img/bg-comment-logged-red.png) repeat-x left top;
}
#commentlist .depth-2 input.text {
width: 228px;
}
.depth-2 #comment-logged {
width: 250px;
}
#commentlist .depth-3 input.text {
width: 218px;
}
.depth-3 #comment-logged {
width: 240px;
}
#commentlist .depth-4 input.text {
width: 208px;
}
.depth-4 #comment-logged {
width: 230px;
}
#commentlist .depth-5 input.text {
width: 198px;
}
.depth-5 #comment-logged {
width: 220px;
}
#commentlist .depth-6 input.text {
width: 188px;
}
.depth-6 #comment-logged {
width: 210px;
}
#respond textarea.text {
float: right;
width: 258px;
height: 121px;
}
#commentlist .depth-2 textarea.text {
width: 248px;
}
#commentlist .depth-3 textarea.text {
width: 238px;
}
#commentlist .depth-4 textarea.text {
width: 228px;
}
#commentlist .depth-5 textarea.text {
width: 218px;
}
#commentlist .depth-6 textarea.text {
width: 208px;
}
#respond input.fielderror,
#respond textarea.fielderror {
color: #3e0e17;
}
#respond input.submit {
float: right;
width: auto;
margin: 0 0 20px;
clear: both;
}
#commenterror {
margin: 0 0 10px;
padding: 0 0 0 20px;
background: url(img/bg-commenterror.png) no-repeat left center;
clear: both;
}