Custom CSS not working

  • kunalgupta0002
    Asked on September 25, 2014 at 7:39 AM

    Hi,

    I have added some custom CSS codes in Inject Custom CSS Section.

    But, It is not working on form. 

    I have to change the background color of 'form-line-active'

    I have added

    form-line-active{

    background: #208EAA;

    }

    I need to do it Because the font color that I have chosen is white and form line active color is white as well.

    I have attached the screenshot.

    Please look into this and advise.

     

     

    Jotform Thread 434219 Screenshot
  • Ashwin JotForm Support
    Replied on September 25, 2014 at 9:21 AM

    Hello kunalgupta0002,

    It seems the syntax of your custom css code is not correct. You are actually missing a "." in the start of your css code.

    Please inject the following custom css code in your form and that should solve your problem:

    .form-line-active{

    background: #208EAA !important;

    }

    The following guide should help you in injecting the custom css code:  http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes 

    Hope this helps.

    Do get back to us if you have any questions.

    Thank you!

  • kunalgupta0002
    Replied on September 25, 2014 at 3:26 PM

    Hi Ashwin,

    Thanks for your reply.

    Yes, it was my fault.

    Kind Regards,

    Kunal