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
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
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
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
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?
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
Bob
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
This topic is locked and no more replies can be posted.