How do I make my Widget text match the rest of the form?

  • coughlinvideo
    Asked on April 16, 2019 at 3:29 PM

    Help!! lol I'm designing a form and added a widget. However, I cannot seem to figure out how to get the "Starting Pay Rate" and "Ending Pay Rate" text to match the rest of the form. 

    Please help. 

    Jotform Thread 1795081 Screenshot
  • Mike
    Replied on April 16, 2019 at 6:24 PM

    You may add the next CSS to the widget to adjust the styles:

    label {
    text-shadow : 0 1px 0 #eee;
    color: #9b9b9b;
    font-weight: 400;
    font-size: 0.95em;
    }

    How do I make my Widget text match the rest of the form?  Image 1 Screenshot 20

    If you need any further assistance, please let us know.

  • coughlinvideo
    Replied on April 16, 2019 at 6:35 PM

    Mike, you're amazing! Thank you so much! It worked perfectly! :D