Hi and thx for your reply. Like i said, not a pro user. If you told me WHERE to do the changes (what file/what folder/what class/in the form itself?) I wold solve this in minutes
——————————–
Style Whole of Contact Form
As I mentioned earlier, the top-level element of contact form has ‘wpcf7′ class. To style the whole contact form, add style rules for the class selector:
.wpcf7
{
background-color: #f7f7f7;
border: 2px solid #0f0;
}
——————————–
This tells me what to do, not where to do it.
Sorry for being a dick, but I dont have a clue unless I’m told where to look.
??