The border around my input field is blank. I can't seem to find the CSS code to fix. Can someone point me in the right direction? (Or let me know what snippet of custom code I should put in to override the default style?)
Thanks!
URL: http://www.herppeople.com/reptile-bloggers-network/submit-information-to-reptile-bloggers-network
Thanks!
URL: http://www.herppeople.com/reptile-bloggers-network/submit-information-to-reptile-bloggers-network
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
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
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.

Thanks!
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.

Thanks!
Hi webmasterzenzard,
You probably want something like this in the CSS. You can add this in the form css or in your template
Bob
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
That worked great. Thanks!
This topic is locked and no more replies can be posted.
