change background color of text zone


Badge +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

Badge +9

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;}
Badge +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

Badge +1

Thank you for your answer.

Badge +1

Hello,

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

Reply