How to adjust the width of upload a file button?

  • ardin
    Asked on August 18, 2016 at 1:32 AM

    Hi All,

    I already set it to width:300px but it doesn't adjust. My SUBMIT button and Print Form button already adjusted to 300px. Also, how do I change the text color of my buttons.

    Thank you!

  • Ashwin JotForm Support
    Replied on August 18, 2016 at 3:49 AM

    Hello ardin,

    Please inject the following custom css code in your form to increase the width of upload button:

    .qq-uploader {

        position: relative;

        width: 95% !important;

    }

    Please inject the following custom css code to change the font color of all your buttons:

    .form-all .qq-upload-button, .form-all .form-submit-button, .form-all .form-submit-reset, .form-all .form-submit-print {

        color: #333 !important;

    }

    The following guide should help you how to inject custom css code in form:  https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you need any other changes.

    Thank you!