Font formatting not being retained.

  • pthimsen
    Asked on February 11, 2015 at 2:28 PM

    The default font color of orange keeps showing back up on my form. When I go to properties the color code we want is still there, but is not being reflected or retained on the form. I have to keep changing it back over and over again.

     

     

     

  • Mike
    Replied on February 11, 2015 at 3:21 PM

    Thank you for contacting us.

    The font seems to be fine on the published form. If you are referring to the 'Rainmaker Campaign Wizard' and would like to fix the font color in editor, please inject the following CSS.

    .form-all {
    color: #395B81;
    }

    Font formatting not being retained Screenshot 20

    Please let us know if you need any further assistance.