Hey there, Claudia 👋
By default, HappyForms submit button is set to inherit button styles from theme. If you’d like, you can force font family easily with this CSS snippet pasted to Additional CSS section in Customizer.
.happyforms-styles input[type=submit].happyforms-button--submit, .happyforms-styles input[type=submit][disabled].happyforms-button--submit {
font-family: 'Oswald', sans-serif !important;
}
Hope this helps! 😀
Unfortunately, it doesn’t work 🙁
In the meantime may I ask you someting else?
Is there a way to change the color of the feedback message (Thanks, you’re message has been send). My background is black and if the message is black (as it is at the moment) it is invisible.
Thanks again
Claudia
Sorry to hear that didn’t work for you, @claudiaeffe!
Are you running latest version of HappyForms? Would you mind trying this code instead and see if it works?
input[type=submit].happyforms-button--submit, input[type=submit][disabled].happyforms-button--submit {
font-family: 'Oswald', sans-serif !important;
}
Changing color of feedback message is totally possible too! Try popping in the following snippet to Additional CSS.
.happyforms-message-notices h2 {
color: #fff !important;
}
That should change color to white. Let us know how you go! 🙂
You are fantastic!
It works perfectly now and I really thank you so much for the quick and effective support!
You deserve 5 stars 🙂
Thank you so much, @claudiaeffe! We’re blushing.
Be sure to let us know if you ever have any more questions. 🙂