my site is http://www.bondbeauty.com
on the contact page http://www.bondbeauty.com/?page_id=21 i have used contact form 7 plugin but you cant see the border around the field box so it looks od.
can someone tell me how or where to change the colour and have a dark grey or black border around each fields boxes so people can see where to complete the form]
]
many thanks
efrem
Try using Firefox with the Firebug add-on for this kind of CSS work.
http://getfirebug.com/
thanks esmi. got firebug but tried ediitng the css file and it didnt work.
Firebug just helps you identify the CSS. You need to over-write. You have to add it to your theme's stylesheet manually.
that is hwat i did.. i edited the line in css file
input , textarea{
border: medium #000000;
color: #837E76;
font-family: arial;
padding: 5px 10px;
}