Forums

Entry fields with no borders

pppetya 03 Dec, 2008
Hi,
I have the following problem. The entry fields of my forms have no borders. The background is white and that's why I need borders for the fields to make them visible.
Can you help me?
:?
GreyHead 03 Dec, 2008
Hi pppetya,

You can edit the css in the ChronoForms css files (if you are using them) or in your template css to change these.

Bob
pppetya 03 Dec, 2008
Hi,
Thank you for your help. Can you tell me how to do this. I'm not a complete novice but still need some more info.
GreyHead 03 Dec, 2008
Hi ppetya,

You will need to add something like this to one of your css files
input, select, textarea, .inputbox {
  border:1px solid blue;
}
Exactly where it goes will depend on your particular site set up.

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