Changing "Submit" and "Btowse" Button styles

  • LandOD
    Asked on February 28, 2019 at 9:10 AM

    Good morning,

    I have been trying to change the color and font color of the two buttons in the survey but am not able to do it.

    Whenever I try to change the style it doesn't change anything, and I cannot seem to be able to change the buttons individually.

    Going through the survey editor doesn't let me change the buttons individually ( and doesn't change the background color at all).

    Please let me know if there is a step that I need to take, or need to navigate to a different menu.

    Thanks,

    Max

  • AndrewHag
    Replied on February 28, 2019 at 11:14 AM

    Please try adding the below custom CSS code to change style of Submit button:

    #input_45.form-submit-button{

      background-color: green !important;

      color: black !important;

    }

    Here is the code for Browse button:

    .qq-upload-button{

      background-color: black !important;

      background-image: none !important;

      color: green !important;


    }

    1551370413atBTTQxE4h Screenshot 10

    Feel free to change the background color and text color according to your requirement.

    Reference guide: https://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes