Tagged: CONTACT FORM
Hello, the border of my contact form after submission changes to green automatically. I would like it to change to grey after successful submission. Red after unsuccessful (this is working fine). I need to change the green border on successful submission to grey. Any quick CSS code I can use to solve this issue?
Hey!
Try adding this code to the Quick CSS:
#top #wrap_all .valid .text_input, #top #wrap_all .valid .text_area, #top #wrap_all .valid .select{border:1px solid gray;}
Cheers!
Josue
Man, you guys are awesome, one more question. How can I change the font to something smaller on the auto message on successful submission. Right now the font is large and kind of bold. And how can I remove the grey background for the auto message as well? Thanks for your quick response!
Try with this:
#top .ajaxresponse .avia-form-success {
border: 0;
background: transparent;
font-size: 22px;
font-weight: lighter;
}
Modify as needed.
Worked again, as always. One more question. How can I get the survey contact form to allow people to pick multiple elements. I have it set within the contact form settings, but it is not allowing me to do so on the published contact form. Also, how can I make it so that the grey area behind the elements fits closer the options (no empty space). i.e Male/Female elements. Thanks in advance. I really appreciate you guys.
Alright, I lied. A couple more questions. On my homepage, how do I Remove the header from just that page (mobile and regular site). I would also like to remove the menu button in the top-right from mobile site-wide.