Active box outline color (some working, one is not)

  • deanandburton
    Asked on June 3, 2016 at 3:48 PM

    When I click on a box to type inside of it, the outline color changes to white. I set the CSS to do that. However, on the last box labeled: "Special Modifications of Design" - that one still changes to the default yellow color. Can you help me so that they all are the same? I don't want it to be yellow. Thank you in advance for your help! :)

  • jonathan
    Replied on June 3, 2016 at 5:40 PM

    Please use this CSS code in your form https://form.jotform.com/61520606807149 

    .form-line-active textarea:focus {

    border: 1px solid #ffffff !important;

    }

     

    Let us know if this did not work.

     

  • deanandburton
    Replied on June 3, 2016 at 9:30 PM

    Thank you this worked for me. I added this to my CSS, and did not remove the previous CSS I had that was supposed to do the same thing.

  • liyam
    Replied on June 3, 2016 at 11:41 PM

    Thank you for keeping us posted, deanandburton. It's good to know that it's all working now. And yes, you should not remove the other CSS codes, this one that jonathan suggested is specifically just for text area fields, which is the last field on your form.

    If you have other questions or concerns, please do let us know, we'll be more than happy to assist :)