Hello,
How can i change the standard Button style in the contact form?
On the site i use for all buttons the “Theme Subtil Color”. That will works fine, but not in the contact form.
I have find no solution to set also the Button style in the contact form on “Theme Subtil-Color”.
Can you help me please for this topic?
kind regards
Hendrik
Hey hendrikwenschuch,
For the contact form the “colors” tab when editing the element has 3 options to choose from. If you would like to have a custom color please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:
.main_color input[type='submit'] {
background-color: blue !important;
color: #ffffff !important;
border-color: blue !important;
}
.main_color input[type='submit']:hover {
background-color: red !important;
color: #ffffff !important;
border-color: red !important;
}
Please adjust the colors to suit.
Best regards,
Mike
Thank you very much!
Hi hendrikwenschuch,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria