Hey techplusweb,
I’m not sure I understand your question, do you mean that you want all the fields to display next to each other? If so then you can set that in the Styling tab when you open the field in question.
Best regards,
Rikard
Done, thanks!
How to change the color of the button in that field?
Hi techplusweb,
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
#top #av_section_1 input[type='submit'] {
background-color: #f01a58;
color: #ffffff;
border-color: #f01a58;
}
If you need further assistance please let us know.
Best regards,
Victoria
I the form from below how to center the submit button and alsi change background color of it.
Hi,
Add this to quick css:
#element_avia_4_1 ~ p.form_element{
text-align:center!important;
}
.main_color input[type='submit']{
background-color: #fff!important;
color: #f05a1a!important;
border-color: #fff!important;
}
Best regards,
Jordan Shannon