Chronoform works fine but i am not able to get the texboxes more visable.
I have searched the CSS file but can not find anything to change
http://caroleen.nl/index.php?option=com_chronocontact&Itemid=71
can somebody help me in the right way.😢
I have searched the CSS file but can not find anything to change
http://caroleen.nl/index.php?option=com_chronocontact&Itemid=71
can somebody help me in the right way.😢
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;
}
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;
}
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
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
This topic is locked and no more replies can be posted.