I had found out this already by myself, but it didn’t work. I tried it again with the code you offered here, but it still has no effect. The buttons are still red (#F33F3F). What can be the reason?
Below you see the inline css:
<style type=”text/css”>
body {
font-family: georgia,\"times new roman\",times,serif;
font-size: 16px;
}
#pre-header {
background: #00529b;
}
#pre-header-search .search {
background-color: #FFFFFF;
}
.themebutton, button, html input[type=\"button\"], input[type=\"reset\"], input[type=\"submit\"] {
background: #232D84;
}
.themebutton:hover, button:hover, html input[type=\"button\"]:hover, input[type=\"reset\"]:hover, input[type=\"submit\"]:hover {
background: #3F4AA8;
}
.wpcf7-form input {
width: auto;
}
</style>
thanks in advance