Change the checkbox label color and move the form logo down

  • MTPhoto
    Asked on March 9, 2017 at 7:29 AM

    Hi

    I created a new theme and applied it to one of my forms. In the form there are some questions which can no longer be seen as the font colour is now the same colour as the background (black). Why did some fonts in the form change to the colour selected in my new theme and others didn't?

    Also, the heading sits very high and is off the page in my viewer. How do i drop this down?

     

     

    Jotform Thread 1085655 Screenshot
  • Elton Support Team Lead
    Replied on March 9, 2017 at 10:37 AM

    Inject this CSS codes to your form to change the color of the checkbox labels and moved the form down.

    .form-checkbox-item label, .form-radio-item label {

        color: #666 !important;

    }

    .form-all {

        margin-top: 106px !important;

     

    }

    Guide: http://www.jotform.com/help/117-How-to-Inject-Custom-CSS-Codes

    If you need further assistance, let us know.