Tagged: x
-
AuthorPosts
-
February 20, 2017 at 4:00 pm #1378815
Hi. I have search the forum with no luck. I want to remove the border in my contact form and also hav the field text white, since it is on a colored background. My site: http://eksamenskoden.carbon14.no/index.php/kontakt/
February 20, 2017 at 5:32 pm #1378910Hi there,
Please try this code:
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { border: 0; }
Hope this helps.
February 20, 2017 at 5:34 pm #1378913Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { border: medium none; } .wpcf7-form label { color: #ffffff; }
Hope that helps.
February 21, 2017 at 2:30 am #1379441thanks you
February 21, 2017 at 4:14 am #1379524You’re most welcome 🙂
-
AuthorPosts