How can I change the color of the text to the right of the file upload field?
-
dkainvi3indAsked on September 12, 2013 at 03:26 PM
Hi Tasha,
Following on from your reply, the problem is happening when i open the webpage in Safari.
As a reminder please see my question below:
Hi,
I have a 'File Upload' form tool on my form.
The 'no file selected' text beside the button is black, which does not show up very well on the blue background.
Is there anyway of making the 'no file selected' text white and then change to black when highlighted.
Many thanks and kind regards.
http://www.maca.uk.net/submit-artwork.htmlMany thanks and kind regards,
Neale
-
JonathanAnswered on September 12, 2013 at 05:03 PMJotform Support
Hi Neale,
Please try injecting CSS code like this to your form
.form-upload {
color: #FFFFFF !important;
}
Use this guide on How-to-Inject-Custom-CSS-Codes
I tested it on my end, and it works on Safari browser also
Inform us if you need more assistance.
Thanks.