This forum is no longer open and is for reading/searching only.
Please use our new MachForm Community Forum instead.
MachForm Community Forums » MachForm 2
file upload field, background color
Started 16 years ago by Regardt | 3 posts |
-
Where in my css file to i edit this?
Posted 16 years ago # -
Hi ..
You mean with control background color ? if it's so, you can search this following code on your css :
#main_body input.file { color:#333; font-size:100%; margin:0; padding:2px 0; background-color:#FF0000; <-- add this line }
or if you want to coloring upload file block, you can add this following code to your CSS.
#li_1 { background-color:#FF0000; }
I assume your upload file element no is 1
MachForm Support
Posted 16 years ago # -
OOPS! I misread the question: "Where in my CSS file..." I took that to be "Where IS my CSS file...." please disregard answer
You need to edit the css file for the particular form. If you go to Form Manager, then select the form you want, the click "Edit CSS".
You will see the path name of the file you're editing, something like:
"Editing ./data/form_x/css/view.css" where, depending on the form you selected, the value of "form_x" will be "form_1", "form_2" etc.Posted 16 years ago #
Reply
You must log in to post.