Changing colour of title of Short Text Field

  • bexxim
    Asked on June 14, 2021 at 1:35 PM

    Hi!

    Could someone help me change the colour of my title of my short text field to #FF2AD4 please? I'd like to keep the colour of the answer black if possible?

    Thanks so much!

  • enterprisesupportteam
    Replied on June 14, 2021 at 6:22 PM

    Hello @bexxim,

    Thank you for contacting JotForm Support.

    If you want to change the color of the label on the short text fields, you can paste the following CSS code into your form.

    .form-label.form-label-left {
      color: #FF2AD4 !important;
    }

    Here is a helpful user guide to assist you with injecting custom CSS to your form - How-to-inject-custom-css-codes

  • bexxim
    Replied on June 15, 2021 at 1:38 PM

    That worked perfectly, thank you so much!