How can I change the Highlight background color?

  • kolokami
    Asked on April 22, 2014 at 10:19 AM

    how can change the label background color

    the color of the font im using is ffffd2 and its impossible to see the text when the mouse over the label

     

    thannks for your help

    einat asher

    Jotform Thread 365574 Screenshot
  • KadeJM
    Replied on April 22, 2014 at 11:14 AM

    To fix this you have two choices...

    (1) You can simply " disable " the Highlight Effect in your Form Properties.

    or

    (2) If you wish to keep the Highlight Effect which it sounds like you do, you can just change its color with the following Injected CSS code then change out the background color code.

     

    .form-line-active {
    background-color:#DF01D7;
  • matzko1
    Replied on April 22, 2014 at 11:51 AM
    thank you, it worked
    einat
    ...