How to change upload button colour

hi there
can anyone give me the css code to change the color of the upload button

What plugin are you using?

i am using themeify

#files span.fileinput-button:first-child{
    background-color: #00ff00 !important;
}

what would the sd card one be

#files span.fileinput-button:last-child{
    background-color: #00ff00 !important;
}
1 Like

Thank you so much