Replies: 0
Hello,
I’m trying to customize the title of a form but I can’t manage to make any change.
I digged and I assumed this is the class concerned if I want to modify the title only of the form : .wpforms-field-label
I tried to add the following css code in the customized css code plugin :
div.wpforms-field-label {
color:ff0000 !important;
}
Does anyone knows what is wrong?
Thanks a lot,
Marc