How can I change the color of the submit button of the hidden reCAPTCHA?

  • Andreas Zeike
    Asked on May 2, 2024 at 10:12 AM

    How can I change the color of the submit button of the hidden recapture?

  • Lorenz JotForm Support
    Replied on May 2, 2024 at 10:40 AM

    Hi Andreas,

    Thanks for reaching out to Jotform Support. Are you referring to the reCAPTCHA? If so, then we can use Custom CSS code to change the submit button's background color. Let me walk you through it:

    1. In the Form Builder, click on the blue Roller Paint icon.

    2. From the Form Designer panel, select the Styles Tab. 

    3. Next, scroll down a bit and add the code below inside the Inject Custom CSS area. 

    /* Recaptcha - change submit button color */
    .recaptcha-submit-button {

    background-color#0A1551 !important;
    border1px solid #0A1551 !important;
    }

    How can I change the color of the submit button of the hidden reCAPTCHA? Image 1 Screenshot 20

    You can change the hex code of the color for the color of your choice.

    Give it a try and let us know if there's anything else we can help you with.

 
Your Answer