How can I change the font weightage on the Save button?

  • MIFAwards
    Asked on June 14, 2024 at 4:46 AM

    I am able to change the fong weightage of the Next button but not the Save button. Would like to change the font weightage of the Save button to Bold.

    Jotform Thread 15924681 Screenshot
  • Gilbert JotForm Support
    Replied on June 14, 2024 at 5:58 AM

    Hi

    Thanks for reaching out to Jotform Support. Are you working on the MIF_Innovation for India Awards_Application Form? If so, you can add this CSS code below the existing codes already in the form:

    /*Change font weight of Save button text*/
    #input_scl_131, #input_scl_127, #input_scl_89, #input_scl_162, #input_scl_76, #input_scl_133, #input_scl_169, #input_scl_119, #input_scl_140, #input_scl_141 {
      font-weight: bold;
    }
    /*Ends here*/


    Here's the result:

    How can I change the font weightage on the Save button? Image 1 Screenshot 20

    Give it a try and let us know if you need any other help.

 
Your Answer