Where in my css file to i edit this?
Appnitro Software Forums » MachForm
file upload field, background color
(3 posts)-
Posted 3 months 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
Posted 3 months 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 3 months ago #
Reply
You must log in to post.