How to turn of question background

  • DavisMorten
    Asked on September 22, 2016 at 4:48 AM

    Is it possible to turn of that when I click on a question the background switches to white? I use white fonts so it isn't possible to read the question as soon as you click into a field.

    Form can be found here:

    http://www.peqas.com/agencies

  • kate
    Replied on September 22, 2016 at 5:20 AM

    If you inject the CSS code below it should work as expected:

    .form-textbox {

        background-color : white;

    }

     

    How to turn of question background Image 1 Screenshot 20

    if you have any questions, we can help any time.