Height converter widget, how can I change the text color (where it says 'feet' and 'inches') to white

  • jetfixer03
    Asked on June 27, 2016 at 8:04 PM

    I've tried a couple of CSS code inserts, but I'm not getting it right.

  • lgvalencia
    Replied on June 27, 2016 at 8:55 PM

    This code worked for me:

    Height converter widget, how can I change the text color (where it says feet and inches) to white Image 1 Screenshot 30

    I'll paste the code here:


    .changeType {
    color: blue;
    }

    I used blue because white can't be seen with the background color.

    This is how your form be shown:

    Height converter widget, how can I change the text color (where it says feet and inches) to white Image 2 Screenshot 41

     

    I hope can help with this. You just have to add this custom css to the height converter. If this can help or doesn't work, just write it.

  • jetfixer03
    Replied on June 28, 2016 at 12:01 PM

    Perfect.  Thanks!

  • bnoreen
    Replied on August 30, 2016 at 7:10 PM

    Hi, is it possible to change the font size/weight of these labels, as well as the input text size? I tried the changeType method above, as well as this:

    .type {
        font-weight: 100;
        font-size: 13px;
    }

    and

    input {

    with no success. Thanks for your help!

  • Elton Support Team Lead
    Replied on August 31, 2016 at 12:39 AM

    @bnoreen,

    We will answer your question on this thread https://www.jotform.com/answers/920864. Kindly check.