This is going to sound very "blond" but I don't see any answers anywhere...
I've just installed Chronoforms and have successfully created a form that works, but the entry fields are completely white - there is no border around them, so it's difficult to see where to enter data. How can I go about changing this?
Thanks
I've just installed Chronoforms and have successfully created a form that works, but the entry fields are completely white - there is no border around them, so it's difficult to see where to enter data. How can I go about changing this?
Thanks
Hi daclements,
this is a setting in your website template, you can check your template CSS file to find this line which does this or get Firebug extension for Firefox and find it quick, you can post your website page link here too and I can tell you which line in your CSS causes this.
Regards
Max
this is a setting in your website template, you can check your template CSS file to find this line which does this or get Firebug extension for Firefox and find it quick, you can post your website page link here too and I can tell you which line in your CSS causes this.
Regards
Max
Hi,
I have the same problems. The background is white and that's why I need borders for the fields to make them visible.
Can you help me?
This is the page: http://prevodite.com/index.php?option=com_chronocontact&Itemid=28&lang=bg
I have the same problems. The background is white and that's why I need borders for the fields to make them visible.
Can you help me?
This is the page: http://prevodite.com/index.php?option=com_chronocontact&Itemid=28&lang=bg
Hi,
from my firebug:
template.css (line 1220)
you need to remove the none above from your theme CSS!
Regards
Max
from my firebug:
template.css (line 1220)
input, button {
border:medium none;
}
you need to remove the none above from your theme CSS!
Regards
Max
This topic is locked and no more replies can be posted.