Hy to everyone,
i would like change the border color of invalidation and validation of my Choice contact form.
Thank you in advanced
M
Hy to everyone,
i would like change the border color of invalidation and validation of my Choice contact form.
Thank you in advanced
M
You can use following css code - add it to css/custom.css and change the color values:
#top .valid .text_input, #top .valid .text_area, #top .valid select {
border: 1px solid #9AA600;
}
p.valid label {
color: #9AA600;
}
#top .error .text_input, #top .error .text_area, #top .error select {
border: 1px solid #D27F2C;
}
p.error label {
color: #D27F2C;
}Thanks Dude!
It's works.
M
This topic has been closed to new replies.