Melek adlı üyeden alıntı

Teşekkürler :) Bir arkadaşın sitesinde başka css kodları vardı onları düzenleyerek denedim hiç bir sorun çıkmadı :)


input, textarea, span gibi tagları class veya id'den önce yazman lazım yani şu şekilde
.your-email, .your-subject, .your-message


{
width : 270px;
background-repeat : no-repeat;
height : 37px;
margin : 0 0 11px;
display : block;
}


input.your-name, input.your-email, input.your-subject


{
background : none;
border : 0;
padding : 9px 11px 11px 11px;
width : 254px;
font-size : 11px;
color : #444;
font-family : Tahoma, Geneva, sans-serif;
}


textarea.your-message


{
background : none;
border : 0;
margin : 10px;
width : 385px;
height : 111px;
line-height : 17px;
font-size : 11px;
color : #444;
font-family : Tahoma, Geneva, sans-serif;
}


.quiz-704 {
background : none;
border : none;
}


input.quiz-704 {
padding : 0 0 0 5px;
width : 30px;
background : #f1f1f1;
border : 1px solid #aaa;
color : #444;
}


.wpcf7-submit {
background : #f1f1f1;
border : 1px solid #aaa;
padding : 2px;
color : #444;
}