How do I change the color of the text of this custom widget?

  • hilltopkennels
    Asked on February 10, 2016 at 5:17 AM

    I'm using a widget checkbox and need to change the text underneath the options to match the rest of the form. I;m not sure what CSS to use in the widget's custom CSS section.

     

    The field name on the form is {pleaseChooseCC}

     

    Kind regards,

    Simon

  • Charlie
    Replied on February 10, 2016 at 9:46 AM

    I presume you are referring to the form titled "Hilltop Reservation Payment Form". If you wish to change the styling of the labels in the Image Radio button widgets, you can try this code:

    li > label > span {

    font-family: "Roboto", sans-serif !important;

    color: white !important;

    font-weight: normal !important;

    }

     

    I matched it with the styling of your form's text. You can paste it under the "Custom CSS" tab in your widget settings.

    How do I change the color of the text of this custom widget? Image 1 Screenshot 20

    You can check how it looks like in this form: https://form.jotform.com/60403928732960 

    Let us know if that works.

  • hilltopkennels
    Replied on February 10, 2016 at 9:50 AM

    That's great thanks, works great!

  • Charlie
    Replied on February 10, 2016 at 10:57 AM

    Glad to hear that it worked. Should you need our assistance again, please do feel free to drop by here in the forum :) Thank you.