Hello,
I finally managed to change the colour of the subscribe button (in the standard widget) by adding the following code to the CSS of my child theme according to the instructions I found elsewhere on this site:
.tnp-widget input.tnp-submit {
background-color: #6285C1!important;
}
However, this changes only the normal colour of the button, not the colour when the mouse pointer hovers on the button. How can I change that colour?
Best regards,
Joerg