CSS question

GreyHead 15 Sep, 2010
Hi webmasterzenzard,

The link goes to a login page, not to the form so it's tough to be accurate. Usually this is because the form inputs are on a white page and have white borders. You can add CSS either in your tempalate or in the Form CSS to fix that.

Bob
webmasterzenzard 15 Sep, 2010
Oh sorry, I forgot I had that all set to be registered users only.

Where can I add the CSS. I looked in the default/styles.css and had a hard time finding it. And yes, it is a white page.

Here's a screen shot. I put "testing" in all the fields that are there. I've also went into the form and set "Load Chrono forms CSS" to "no" without any change.

CSS question image 1

Thanks!
GreyHead 16 Sep, 2010
Hi webmasterzenzard,

You probably want something like this in the CSS. You can add this in the form css or in your template
.cf_inputbox {
  border: 1px solid black;
}


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