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

Question

Question

Changed text inside Multi-Line Field to Blue using css; when saved to repository as pdf it is black

asked on February 7, 2018

In forms, I was able to change the text inside a Multi-Line Field to Blue using CSS; when saved to repository as .pdf it is black.  I changed another Field Header to Red on the same form and it is Red in the .pdf. 

 

Does anyone have any suggestions on how to get the multi-line text to stay blue after it is filed into the repository as a .pdf?

0 0

Replies

replied on February 7, 2018

You need to change both the data entry field as well as the static version of the field. CSS applied to inputs only works for the actual form field, but does not work against the final rendered version.

Try something like this:

input#Field1 {color: blue !important;}
div#Field1 {color: blue !important;}

 

0 0
replied on February 8, 2018

Thank you so much.  I was able to get it to work.  You are awesome!

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

Sign in to reply to this post.