Home › Forums › All Other Themes › Contact Form 7 Css
- This topic has 15 replies, 4 voices, and was last updated 7 years, 9 months ago by Sonl Sinha.
-
AuthorPosts
-
February 22, 2016 at 12:16 am #23614
The spacing is wrong when I use contact form 7. I’ve tried pasting:
#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 {float:none !important;}
in the custom css of the theme options to no avail. Please advise on what to do.
Thank YouFebruary 22, 2016 at 6:16 am #23641Hi Daniel,
Kindly show us your website URL.
Regards,
DaveFebruary 22, 2016 at 2:55 pm #23742https://gllusa.com/terms/
February 23, 2016 at 6:46 am #23830Hi Daniel,
Add this code in custom css box:
#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 {float:none !important; width:90% !important;}
Regards,
BradFebruary 23, 2016 at 8:29 am #23854did that didn’t work.
Please updateFebruary 23, 2016 at 10:58 am #23872We are facing similar issues with Contact Form 7 and your themes. Would request a clear fix as this seems to be a problem repeatedly seen in various themes of yours and not just one.
February 24, 2016 at 9:49 am #24006Hi daniel and shivam,
Contact Form 7 generates a standard compliant code for the forms. Each element in the form has a proper ID and CSS class associated with it.
Contact form uses the CSS class .wpcf7 which you can use to style your form.For e.g.:
div.wpcf7 { background-color: #fbefde; border: 1px solid #f28f27; padding:20px; } .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea { background:#725f4c; color:#FFF; font-family:lora, sans-serif; font-style:italic; } .wpcf7 input[type="submit"], .wpcf7 input[type="button"] { background-color:#725f4c; width:100%; text-align:center; text-transform:uppercase; }
You can add this code for example in your custom css box
Regards,
BradFebruary 26, 2016 at 6:21 am #24354Hi Daniel,
This issue was resolved from our end. Kindly check and confirm.
Regards,
BradFebruary 26, 2016 at 4:11 pm #24493OK the problem is fixed but can you please elaborate how it was fixed for other users of this or other SKT themes? I actually really like you theme because of the performance and quick load times so I want to see SKT do well and that will entail show customers how fix these problems. Also I may need to change things so I need to know why these problems occur and how to fix.
Thank You.
February 26, 2016 at 4:18 pm #24497I just noticed now the forms are fixed the Call to Action on https://gllusa.com/private-labeling/ is now not showing properly. Please review your corrections as it seems to be affecting Visual Editor.
February 26, 2016 at 4:19 pm #24498The tema profiles on that page are not working properly anymore
February 26, 2016 at 4:19 pm #24499Also this page team members: https://gllusa.com/about-us/
March 12, 2016 at 7:30 pm #26576Hello. The CSS for my dashboard pages is all screwed up now after your changes… can you please address this issue.
March 14, 2016 at 1:41 pm #26744What is messed up? Can you share screenshot may be to make us understand? Site looks perfectly fine on all devices.
Regards,
DaveFebruary 6, 2017 at 8:07 pm #61084Contact Form 7 forms are not appearing in my widgets. They are there in the code, but not visible. “Name” and “email” text fields should be visible in the “Newsletter Sign-up” widget.
https://goo.gl/8Vryfy -
AuthorPosts
- You must be logged in to reply to this topic.