Change "hover" color

  • completenanny
    Asked on June 10, 2019 at 7:37 PM

    Hello,

    How do I change the color my form completers see when they select a box to fill? Right now, my "question" text and fill boxes are white, my background is teal, but when i try to fill out the form and hover or click on a box, the whole thing turns white and I can't read the text question.

  • jherwin
    Replied on June 10, 2019 at 10:10 PM

    Please inject this custom CSS code to your form and see if that meets your requirement:

    .form-line-active{
      background: none!important;
    }
    .form-line-error {
        background: none !important;
     }

    Guide: How-to-Inject-Custom-CSS-Codes

    Please give it a try and let us know how it goes.