Hello!
Is it possible to style the main enfold contactform by quick css like the entry fields for the text are for example two in one line?
You see an example of the Contact form in Link attached. Is that possible to make with enfold contact form or needer a special Contactform like gravityform plugin as well?
Thanks for you answer.
Best regards
topnetat
Hey topnetat,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.main_color input[type='text'],
#top .main_color input[type='input'],
#top .main_color input[type='password'],
#top .main_color input[type='email'],
#top .main_color input[type='number'],
#top .main_color input[type='url'],
#top .main_color input[type='tel'],
#top .main_color input[type='search'],
#top .main_color textarea, #top .main_color select {
border: 1px solid #6d6b76;
border-radius: 3px;
}
It looks it is the Gravity form already.
If you need further assistance please let us know.
Best regards,
Victoria
Thank you! Its working well!
Hi,
Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard
You can close it thank you very much!
Hi topnetat,
Great :) We are closing the thread.
If you need further assistance please let us know ina new one.
Best regards,
Victoria