Forums

Colour

Topdim 17 Feb, 2009
Is there a way i can change the color of the textboxes of a form. Does chronoforms provide such an option or i must do it with an other way-with css for example.
For example in the textbox "name*" i want the asterisk to be in red and not black.
I use the form wizard to create the forms i need.

Thanks
GreyHead 17 Feb, 2009
Hi Topdim,

Use css to change the styling. ChronoForms uses some css files that you can edit. Which files you need to change depends on your form setup.

Bob
Topdim 19 Feb, 2009
From where i will edit these CSS files? In the form management i do not see anything. Can you give me a little help please?
GreyHead 19 Feb, 2009
Hi Topdim,

ChronoForms has some css files in the components/com_chronocontact/css folder; for v 3.1 there are also some form themes in the components/com_chronocontact/themes folder.

We can't really give you a css tutorial here - there are already plenty of good ones on the internet.

To change the color of the asterisk you probably need to add
<span style='color:red;'>*</span>
at the appropriate places in your Form HTML.

Bob
Topdim 19 Feb, 2009
Thanks for the info sir
Topdim 22 Feb, 2009
I've fixed it, thank you sir. I made the asterisk red
This topic is locked and no more replies can be posted.