Skip to main content
Nintex Community Menu Bar

change background color of text zone

  • June 13, 2017
  • 4 replies
  • 19 views

Forum|alt.badge.img+1

Hello,

How do i change the background color of a text zone (or date zone, ...) ?.

I can change the borderline color of the text zone but not the background.

I saw that we can use css, but i don't know how to implement it.

Thanks for answers.

4 replies

Forum|alt.badge.img+9
  • June 13, 2017

Here is an example for a single line text control:

204179_pastedImage_1.png

204180_pastedImage_2.png

.my_control[type=text] {background-color: red !important;}

Forum|alt.badge.img+9

Hi Jean-Michel Quetelart‌,

You can try by changing the css from form settings.

204178_pastedImage_1.png

And also you can try adding java script code in form settings.

204182_pastedImage_2.png

Thanks,

Lakshmi Narayana C


Forum|alt.badge.img+1
  • Author
  • June 15, 2017

Thank you for your answer.


Forum|alt.badge.img+1
  • Author
  • June 19, 2017

Hello,

And for a date zone ? or another type of zone ?