Home › Forums › All Other Themes › Theme Healing Touch
- This topic has 12 replies, 2 voices, and was last updated 5 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
April 16, 2019 at 10:51 am #121684
ref: https://arthurbryantltd.co.uk/contact/
Hi
couple of issues with the contact form 7 form layout…
1. on desktop view, the fields are not aligning left
2. is it possible to change the text and cell line colour?thanks
April 17, 2019 at 6:05 am #121722Hi,
Kindly go to Appearance >> Theme Options >> Basic Settings >> Custom CSS Box:
Add this code there:
.wpcf7 form label { width: 100%; float: left; color:#5c5c5c;} .wpcf7 form input[type="text"] { width:85.5%; margin:10px 8px 15px 0; border:1px solid #ccc;}
Regards,
ChrisApril 17, 2019 at 1:10 pm #121768thanks, the field boxes and text colour fixed but not the field box colour? I’m changing the code
border:1px solid #ccc;
is that correct?
April 18, 2019 at 4:56 am #121800Hi,
Kindly use this
.wpcf7 form input[type="text"] { border:1px solid #ccc !important;}
Regards,
ChrisApril 18, 2019 at 6:30 am #121836thanks but still not working
https://arthurbryantltd.co.uk/contact/
this is the code added to the custom css area:
.wpcf7-form > p {float: left; width: 100%;}
#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 { width:85.60%;}.wpcf7 form label { width: 100%; float: left; color:#5c5c5c;}
.wpcf7 form input[type="text"] { width:85.5%; margin:10px 8px 15px 0; border:11px solid #000000;}.wpcf7 form input[type=”text”] { border:5px solid #000000 !important;}
April 18, 2019 at 6:57 am #121841Hi,
Are you using cache on your website? if yes than please clear the cache
Regards,
ChrisApril 18, 2019 at 7:30 am #121862cleared cache, tried another device that’s not been on that site, viewed local wifi and 4G, still getting the same results
April 18, 2019 at 7:40 am #121863Hi,
Strange, kindly send us your URL of the site and WordPress admin details (Username & Password) via email: [email protected]
Regards,
ChrisApril 18, 2019 at 7:44 am #121865sent
April 18, 2019 at 7:45 am #121866Okay, we’ll check and revert back to you
Regards,
ChrisApril 18, 2019 at 9:09 am #121868Hi,
Resolved
Regards,
ChrisApril 18, 2019 at 9:58 am #121873brilliant, thanks
where can I edit the line weight/colour for the form field boxes? the CSS code has disappeared?
April 19, 2019 at 6:36 am #121916Hi,
If you want to edit, kindly go to Appearance >> Theme Editor >> style.css and scroll down to bottom of the page and edit there.
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.