Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Can someone recommend a customizable contact form, please? Reply To: Can someone recommend a customizable contact form, please?

#177711
Anonymous
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!