Hi,
How to change color of button and font in the button of the contact form ?
Regards,
Matthieu.
Hey poylomat,
You would need to style it with some CSS.
if you need help, send us over your form.
Best regards,
Basilis
Hi,
I changed the mailchimp button with the CSS below :
.avia-mailchimp-form .button {
background-color:#719430 !important;
color:”white” !important;
font-size:16px !important;
border-bottom:none !important;
font-family:”open sans” !important;
height: 45px !important;
line-height: 30px !important;
display:block !important;
text-align:center !important;
padding : 2px 2px 2px 2px !important;
font-weight: bold;
}
Is it possible to get something like that ?
Thanks,
Matthieu.
Hi poylomat,
Could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Hi,
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='submit'] {
background-color:#719430;
color:#fff;
font-size:16px;
border-bottom:none;
font-family:”open sans”;
height: 45px;
line-height: 30px;
display:block;
text-align:center;
padding : 2px 2px 2px 2px;
font-weight: bold;
}
If you need further assistance please let us know.
Best regards,
Victoria