Hi
I am using Contact form 7 and would like to remove the border on the input box and replace with a single line underneath. Is this possible?
Many thanks.
Hey philoakley,
Yes it is possible :)
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Thanks Vinay, link below:
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .main_color .wpcf7 input, #top .main_color .wpcf7 textarea {
border-left:none;
border-right:none;
border-top:none;
border-bottom:solid green 3px;
}
Best regards,
Vinay
No luck, still have that problem.
Hi,
@James Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Thanks Vinay, worked perfectly for me.