Forums

Styling of Validation box

brocars 03 Feb, 2011
Hi

How and where do I style the "validation" text field? I have set background colours and border colours for the other fields in the form and want the security code imput field to match.

Thanks

paul
GreyHead 05 Feb, 2011
Hi Paul.

There's a help doc here. Please see if that helps.

Bob
brocars 07 Feb, 2011
Hi Greyhead

Although that link was useful in styling the validation messages, it was not quite what I was after.

http://www.cameronhousemassage.co.uk/contact.html

On the above page you will see I have styled the text fields with a grey border and some padding. I just need to know how to change the validation text field so it matches the others.

Many thanks

Paul
GreyHead 07 Feb, 2011
Hi Paul,

Sorry, I misunderstood. It's the ImageVerification/Captcha box you want styled.

Try adding this to the Form CSS box:
#chrono_verification {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E2E2E2;
    padding: 5px;
}

Bob
brocars 07 Feb, 2011
Hi Greyhead.

perfect ... many thanks

Paul
This topic is locked and no more replies can be posted.