Change header background and textarea arrows in IE

  • Dannilee
    Asked on November 27, 2014 at 6:22 AM

    Hi

    http://form.jotformeu.com/form/43302115785349

    I have the header background set to transparent but it is still showing as grey.

    Also how do I stop the text area from being resizable and also having the ugly scroll arrows in IE?

    There is probably a lot of unneeded css in there from starting with a theme?

    Thanks

    D

     

  • DarkFx
    Replied on November 27, 2014 at 9:17 AM

    Hi Dannilee,

    To remove the background of your header, please inject this CSS code to the bottom of your Form Styles.

    .form-header-group{

        background: none !important;

        border-bottom: none !important;

    }

    And to eliminate the resizable and the scroll on IE, please inject this CSS to the bottom of your Form Styles.

    textarea { overflow: auto;  resize: none; }

     

    Please click this guide on how to inject CSS code to your form.

     

    Hope this help!

     

    Thanks.

     

     

  • Kiran Support Team Lead
    Replied on November 27, 2014 at 11:33 AM

    @Dannilee,

    Please inject the code provided by DarkFx to your JotForm. Let us know if you need further assistance. We will be happy to help.

    Thanks!

  • Dannilee
    Replied on November 28, 2014 at 10:37 PM

    Thank, that sorted that part,

    I am still having a couple of issues, the hint text is still showing grey even though in the css I have it set to black and the hover on the submit button is grey even though I have it set to white?
  • Kiran Support Team Lead
    Replied on November 29, 2014 at 2:14 AM

    Your other question is moved to a new thread and shall be addressed there.

    http://www.jotform.com/answers/466452 

    Thank you!