Support Forums for LiveMesh Themes & Plugins › Forums › Enigmatic Theme Support › Styling Contact Form
Tagged: contact form styling
- This topic has 6 replies, 2 voices, and was last updated 9 years, 11 months ago by
jlebrun.
-
AuthorPosts
-
April 17, 2015 at 6:43 pm #13512
jlebrun
MemberI am trying to make the contact form look different, and running into some obstacles.
My form is at the bottom of: http://www.zling.com/production/
I want to display the fields with
name
phone
emailin line like that, on top of each other.
Then the human check below it and the submit button either below that or off to the right of the human check.
Is that possible?
Also, how do I change the input text they is currently italic and light grey to black?
And can I make the input fields square instead of rounded?Thanks!
April 18, 2015 at 11:15 am #13537Veena
ModeratorYou can use the below custom CSS in themeoptions –
#content .contact-form fieldset p { display: inline-block; width: 60%; } input, textarea { border-radius: 0 !important; }
I have suggested custom CSS related to this page -https://www.livemeshthemes.com/enigmatic/contact-form-shortcode/
Because in yours the footer area is covering the contact form.April 20, 2015 at 3:17 pm #13580jlebrun
MemberThank you! That got me a lot closer.
Is there a way to move the Human check up above the Send button on the right beside the input fields?
https://www.zling.com/production/
And is there a way to change the text inside the fields “YOUR NAME” for example to black?
Thanks so much!
April 24, 2015 at 5:46 am #13702Veena
ModeratorPls insert the below custom CSS in themeoptions –
::-webkit-input-placeholder { color: #000; } ::-moz-placeholder{ color: #000; } :-ms-input-placeholder{ color: #000; }
Its better to arrange the fields in a column instead of arranging the human check and submit button in second column and try to include the contact form in a section.
Otherwise it will affect the responsiveness of the contact form.April 24, 2015 at 5:48 pm #13735jlebrun
MemberOkay, thanks. Sorry to be a pain, but I can’t get the Human Check and Submit button to display in the column w/ the other fields and be left-aligned properly. Also I would need the Human check font to be white.
April 25, 2015 at 3:10 pm #13760Veena
ModeratorI will recommend you to create a new contact form(https://www.livemeshthemes.com/enigmatic/contact-form-shortcode/)and apply the below custom CSS in themeoptions so that it looks like the attached enigmatic-contactform.png
#content .contact-form fieldset p { display: block; } #content .contact-form fieldset p.text-area { display: none; } #content .contact-form fieldset p.human-check { color: #fff; }
April 27, 2015 at 7:16 pm #13792jlebrun
MemberPerfect, thank you so much!
-
AuthorPosts
- The topic ‘Styling Contact Form’ is closed to new replies.