Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi, on my website http://www.excentra.nl/contact, the text fields aren’t outlined, so you can’t see where to put your information…
Can you help with this?
Thanks,
Rob
Hello,
Yes, please add this css into your Specular > General Options > Custom Css box:
.wpcf7-form-control-wrap input{
border: 1px solid #0000001f !important;
}
Best regards!
Hello,
Please add this css too:
.wpcf7-form-control-wrap textarea {
border: 1px solid #0000001f !important;
}
Best regards!
You must be logged in to reply to this topic.