Text Color Not Uniform

  • bondtheatrical
    Asked on August 30, 2017 at 5:37 PM

    I am trying to get all these questions into the same red font color but it's impossible for some reason. Some questions will only be displayed in white. Any insight?

  • TREVON
    Replied on August 30, 2017 at 6:03 PM

    To change the for color of some element labels in the form kindly remove the customs CSS you have inserted for each  label.

    #label_4  {
        color : #bb0707;
    }
    .

    .

    .



    #label_68 {
        color : rgb(214, 214, 214);
    }
    Remove all CSS you have injected from label_4 to label_68.

    Below is a form with CSS for specific form element removed. Kindly feel free to clone it

    Text Color Not Uniform Image 1 Screenshot 20