Home › Forums › Other › Can someone recommend a customizable contact form, please? › Reply To: Can someone recommend a customizable contact form, please?
August 5, 2014 at 8:59 am
#177711
Inactive
I found the problem, a silly and obvious mistake on my part. There needs to be a hyphen or something to style the messages.
This won’t work:
`
p.cform notice {
text-align: center;
color: red;
}
`
This will:
`
p.cform-notice {
text-align: center;
color: red;
}
`
Now to have variable answers to the anti-spam question, such as Green, green, & 12, Twelve, twelve.
Many Thanks Traq!