How to style the upload button with custom CSS code?

  • stormingrobots
    Asked on December 15, 2018 at 3:00 PM
    another problem is to change the upload button .. 

    I have : 

    #multiSelect-checkbox-133 {

      border-radius:10px!important;

      background-image: url("https://www.jotform.com/images/steel.png") !important;

    }

    but it did not change.  Please advise. 

  • Victoria_K
    Replied on December 15, 2018 at 3:04 PM

    Please try this CSS code:

    .qq-upload-button {

      border-radius: 10px!important;

      background-image: url(https://www.jotform.com/images/steel.png) !important;

    }

    Related guide: How-to-Inject-Custom-CSS-Codes