How to make texbox visable

GreyHead 07 Nov, 2009
Hi leenos,

The css you need is at line 1231 of template.css.

Bob
leenos 07 Nov, 2009
Thanks Bob,

But there i find only this
i dont untherstand what Ihave to change there.

can you be more specific?
---------------------------------------

/* blue */
input, button {
border: none;
}
/* blue */
input[type="checkbox"], input[type="radio"]{
background: transparent;
border: none;
}
GreyHead 07 Nov, 2009
Hi leenos,

This is nothing to do with ChronoForms. The template you are using on your site sets the style of input boxes to a white background with no border - that makes tham invisible.

Please check a CSS tutorial for border settings.

A very basic one would be to replace border: none; with border: 1px solid black;

Bob
leenos 07 Nov, 2009
Thnx Bob,

I have changed it and now it works!😀
This topic is locked and no more replies can be posted.