Fix the Submit Button

  • Sandra Luiiza
    Asked on April 24, 2019 at 4:56 AM

    Hi. I was using a template and nowhere is the colour shown in the settings. I want to change the colour but I can't seem to find the source or the colour to change it. I have a image attached of the settings and what the submit button looks like. I'd appreciate any help as I love the form but the button isn't my brand. Thank you! 

    Jotform Thread 1801990 Screenshot
  • jherwin
    Replied on April 24, 2019 at 7:57 AM

    You can change the color of your upload and submit button via CSS.

    For upload button:
    .qq-upload-button.undefined {
        background : white!important;
        color : black!important;
    }
    For submit button:
    .form-submit-button {
        background : white!important;
        color : black!important;
    }

    Guide: How-to-Inject-Custom-CSS-Codes

    Please change the font and background color to your preference.

    You can use this webpage to search for the color code of your choice: https://htmlcolorcodes.com/
    1556107050color Screenshot 10

  • Sandra Luiiza
    Replied on April 24, 2019 at 12:03 PM

    Hi. I've tried doing as written and nothing works. When I'm in Advanced Editor, it looks fine but once I leave, it goes back to the original blue colour that I don't want. I'm copying and pasting over and over again, trying to fix it but it doesn't work.

  • Nick_So
    Replied on April 24, 2019 at 2:26 PM

    Can you please confirm that are you pressing the save button before leaving the Advance Designer? Please find the screenshot below:

    1556130337afaff Screenshot 10

    Please confirm the same so that I can check and assist you accordingly.


  • sandraluiiza
    Replied on April 24, 2019 at 7:30 PM

    Yes I confirmed saving it multiple times. And it just didn’t work at all. :( 

  • roneet
    Replied on April 24, 2019 at 10:52 PM

    Could you please let us know the Form URL so that we could try injecting the CSS to see if the CSS reflects the change.

    Thanks.