Tagged: CONTACT FORM, styling, submit button
Hello,
I want to style the submit button from the contact form to be the same as the “Send your request” menu button.
What do I have to do? Also the submit button should be the same width as the other elements of the contact form.
Kind regards,
John
Hey linktotheme,
Add the following to quick css:
p.form_element input.button{
background:#a81010!important;
border:none!important;
color:#fff!important;
width:100%!important;
}
Best regards,
Jordan Shannon
Thanks it worked!
However, I just noticed built-in captcha does show up properly.
i.e. it says 3 + 5 – ? The minus (-) symbol in the end should be equal (=) symbol!
It is highly confusing like this.
Regards
Hi,
It looks like the font size is just small. Add the following to quick css:
.value_verifier_label{
font-size:20px!important;
}
Best regards,
Jordan Shannon
Perfect!
Thanks Jordan, mark this as closed.
Hi,
Great! If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon