Home › Forums › All Other Themes › Border colour in the WPCF7 Contact Form (SKT Pro)
- This topic has 5 replies, 2 voices, and was last updated 6 years, 3 months ago by
Forum Moderator.
-
AuthorPosts
-
February 9, 2017 at 1:31 am #61415
How do you change the colour of the outside border and field borders in Contact Form 7, both on the page and in the widget?
February 9, 2017 at 4:50 am #61425Hi Maria,
Kindly show us your website URL so that we can assist further.
Regards,
DaveFebruary 9, 2017 at 6:42 am #61449Hi Dave, thanks for replying. Here is the link:
http://balancemybusiness.com.auFebruary 9, 2017 at 7:10 am #61454Hi Maria,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
#contactform_main input[type=”text”], #contactform_main input[type=”email”], #contactform_main input[type=”tel”], #contactform_main input[type=”url”], #contactform_main textarea, .wpcf7 form input[type=”text”], .wpcf7 form input[type=”email”], .wpcf7 form input[type=”tel”], .wpcf7 form textarea { border:1px solid #ccc;}
Regards,
DaveFebruary 12, 2017 at 8:00 pm #61775Thanks Dave. I tried what you suggested but it’s only made a difference to the message text box border. I would like the field names and corresponding box borders to be darker.
See http://balancemybusiness.com.au/contact-us/Regards,
MariaFebruary 13, 2017 at 5:04 am #61790Hi Maria,
Kindly go to Appearance>>Theme Options>>Basic Settings>>Custom CSS Box:
Add this code there:
.contact_left input, .contact_left textarea { border:1px solid #ccc !important;}
Regards,
Dave -
AuthorPosts
- You must be logged in to reply to this topic.