How to change the "required" stars color?

  • IvoZhivkov
    Asked on October 22, 2014 at 3:40 PM

    Hi guys, can you help me with the color changing of the red stars for the "required" items? You can see the form in the timeline under "Request" from the link I've provided below

    Thanks,

    Best regards

    Ivo

  • raul
    Replied on October 22, 2014 at 5:16 PM

    Hello,

    Please inject the following CSS code in your form:

    .form-required { color: #fff !important }

    This particular code will turn the stars white.
    If you want a different color, you can find the corresponding RGB code on this link: http://www.colorpicker.com/

    Please let us know if you need further assistance.

    Thanks.