Viewing 1 reply thread
You must be logged in to reply to this topic.
Hi There
I want to show the border lines of my contact form 7 form text fields. Presently they are not visible which doesn’t look very good and is not very user-friendly.
Please advise me about how to make the borders visible.
Kind Regards
Mark
[caption id="" align="alignnone" width="576"] This image shows what I am hoping to achieve for my Specular theme website.[/caption]
Hello,
Please add this code into your custom css box:
.wpcf7-form-control-wrap input { border: 1px solid rgba(154, 141, 141, 0.86) !important;}
.wpcf7-form-control-wrap textarea { border: 1px solid rgba(154, 141, 141, 0.86) !important;}
Best regards!
You must be logged in to reply to this topic.