How to change text color because I have dark background.
-
okostovAsked on July 06, 2014 at 07:51 AM
can i and how to change text color because i have dark background.i need white text.
i do that in css?
This is a re-post of a comment on Creating a Scrollable Terms and Conditions
-
pvvskkAnswered on July 06, 2014 at 09:39 AM
Dear Okostov,
I understand that you want to change the color of the text on the form. You can change the text color by changing font color on the main toolbar. This option changes the color for all labels on the form.
You may also use Custom CSS to change the text color for a particular label or text box by using its respective CSS selector. You can get the CSS ID of the text boxes from its properties and ID of labels from the source code. The following articles should definitely help you.
Sample code looks like this. For white color you can use the code #FFFFFF.
How to Inject Custom CSS Codes
How to get the Full Source Code of your Form
If you are looking for more information, please reply to this post. We are happy to assist you further.
Regards,
Kiran Kumar Polavarapu