change link text color

  • serienoir
    Asked on January 14, 2016 at 8:03 PM
  • Kiran Support Team Lead
    Replied on January 15, 2016 at 12:44 AM

    Do you mean to change the color of the link on your form? I'm not sure if you are referring to the email address with link on your form.

    Please inject the following CSS code to your form for changing the color :

    a {

    color : #FFF;

    }

    You may change the color code as per your preference. Hope this information helps!