You are viewing limited content. For full access, please sign in.

Question

Question

Save as Draft font color

asked on January 25, 2017

Is there a way to change the font color on the Save as Draft popup that asks you to verify your email and to create a password? 

 

When I click "Save as Draft" i get a blank white popup with one empty field. If i click and drag across the blank area above the field it highlights "Verify your email below. A link to your draft will be emailed to you and will also be available in the Drafts section of your Forms inbox.

Email"

0 0

Replies

replied on May 10, 2017

Did you have custom CSS on form? The font color should be #555 by default.

To change it, you can add custom CSS like this:

#draftPage div.form-group {
  color: red;
}
#draftPage div.form-group label {
  color: black;
}

 

0 0
You are not allowed to follow up in this post.

Sign in to reply to this post.