HI folks … can somebody help me … I want only change the colour of the submit button.
HI thy .. but this code is only for the textareas not for the submit button …
write this come in your style.css or custom css this will work
.wpcf7-form-control .wpcf7-submit{
background-color: red !important;
}
Thanks
HI,
it does not work.
I put it in the style.css in the avada theme. But the colur doesn´t change.
Any othe tips …. ???
just add this css in the abve class code
background-image: none !important;
make it like this
.wpcf7-form-control .wpcf7-submit{
background-color: red !important;
background-image: none !important;
}
This will work
Thanks
This looks better and also mark this as resolved so that someone can get help from it.
Hello, Just chipping in with a question. I tried to do the same thing but was unable to use the style.css of my child theme. I tried the dashboard .css editor and it worked! Can anyone help explain why?
Looking to change the color of the submit form as well. This is the website: http://spacesbytanna.com
This is the color I’d like to change it to: #fec22e
Thanks!
– Nick