Hi,
I am trying to change the button for a wpcf7 form, but the custom css is overruled by I think css of the theme. I use !important, but it is not working. When I look to the code I see another !important that is used.
I tried all kind of combination of the css, but nothing works. Exmample of code:`.wpcf7-form input:hover[type=”submit”] {
background:#4f2a0f;
cursor:pointer;
color:#fff;
}
.wpcf7 input.wpcf7-submit[type=”submit”] {
background-image: none!important;
font-size: 24px!important;
background-color: #f90!important;
}`
How do I can fully optimize these buttons? I just want them the same as the standard theme buttons.
Best,
Stijn