Contact Form button color
Good Day,
I am trying to change the button color on the contact form for my contact page. I want the background color to be white.
I am using this code, and I manage to change the hover color on it, but not the background color.
Can you please check the code for me?
.page-id-280 #Footer { display: none !important; }
input.wpcf7-formcontrol.wpcf7-submit { color: #ffffff !important; bordercolor: #ffffff !important; } input.wpcf7-form-control.wpcf7-submit:hover { color: #fffff !important; background: #7BA738 !important; }
input.wpcf7-formcontrol.wpcf7-submit { color: #ffffff !important; bordercolor: #ffffff !important; } input.wpcf7-form-control.wpcf7-submit:hover { color: #fffff !important; background: #7BA738 !important; }
Thank you!
Comments
we suggest updating the theme to the newest version, we added color options for the contact form button in the theme options.
thanks
thanks
input.wpcf7-formcontrol.wpcf7-submit { color: #ffffff !important; bordercolor: #ffffff !important; } input.wpcf7-form-control.wpcf7-submit:hover { color: #fffff !important; background: #7BA738 !important; }
if you want css, this is it: