• Hi there,

    How can I style the File Upload Button? I managed to style the button but I am not able to style the hover color of the button. Kindly help.

    Thanks,
    Prasenjit.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi, I have the same issue. Has this been resolved for you?

    Thread Starter orbofdarkness

    (@orbofdarkness)

    Hi there,

    Yes it got solved by the following CSS

    body .gform_wrapper .button.gform_button_select_files
    {
    height: 39px;
    background-color:#464e0a;
    color:#ffffff;
    }
    

    For Hover –

    body .gform_wrapper input[type=submit]:hover, body .gform_wrapper input[type=button]:hover, body .gform_wrapper input[type=reset]:hover
    {
    background-color: #ffffff;
    border-color: #000000;
    color: #000000;
    }
    • This reply was modified 5 years, 8 months ago by orbofdarkness.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘File Upload Button Styling’ is closed to new replies.