How do I update button color and make button label text bold?

  • hibusales
    Asked on June 17, 2024 at 3:38 PM

    How do I make the button color #49a23f and bold the button label text? #48A23F #48A23F 48A23F 48A23F 48A23F 

  • Sim JotForm Support
    Replied on June 17, 2024 at 4:27 PM

    Hi Paul,

    Thanks for reaching out to Jotform Support. I’ll need a bit of time to look into this. I’ll get back to you as soon as I can.

    Thanks for your patience and understanding, we appreciate it.

  • Sim JotForm Support
    Replied on June 18, 2024 at 9:29 PM

    Hi Paul,

    We Just need to add a CSS code. In order to change the color as for the font, as for the label it's already set to bold. Let me show you how:

    • First, copy the code below:
    button#input_40 {
    background-color: #49a23f;
    font-weight: bold;
    }
    • Then, open your form in Form Builder, and click on the Paint Roller icon on the right side of the page to open Form Designer.
    • Under the Styles tab, scroll down and paste the code into the Inject CSS Code box.
    • Click on Save at the bottom of the Form Designer menu, and you’re done.

    How do I update button color and make button label text bold? Image 1 Screenshot 20

    Keep us updated and let us know if you need any more help.

 
Your Answer