Support Home Page › Forums › Joomla Software › Easy File Uploader Module › UPLOAD FILE NOW button and text › Reply To: UPLOAD FILE NOW button and text June 22, 2019 at 12:52 am #3030 Michael GilkesKeymaster @trucks79. Thanks for posting again. I think I answered the first part in another thread. As for hiding the “no file chosen” text, add the following to your CSS: CSS input[type=file]{ color:transparent; } 123 input[type=file]{ color:transparent;}