Hi
The Form Fields have a very thin border around them (see below) which is fine, but I would like them to have a pale back ground so the stand out more from the page. Can you show me how?
I am using Contact 7.
Thanks
Brian
Hey brianwelsh!
Add this to your custom CSS.
.wpcf7-form input, .wpcf7-form textarea {
border: 2px solid black !important;
}
Regards,
Elliott
Thanks Elliott,
Can I have a coloured background to the elements?
Brian
Hi!
Try this.
.wpcf7-form input, .wpcf7-form textarea {
border: 2px solid black !important;
background: red !important;
}
Regards,
Elliott
Than you for your help !!!