Change Color of Lable Text

Anonymous
Not applicable

Change Color of Lable Text

How to change font color, on form for lables.

Regards,
Hiren
Tags (1)
4 REPLIES 4
Alok_Ramsisaria
Level 10

Re: Change Color of Lable Text

Hi Hiren,

You need to edit the CSS for changing the color. You can edit your custom CSS from Form Settings > Form Theme.

Here's a snapshot to illustrate;

0EM50000000Rfzr.jpg

Hope that helps!
Anonymous
Not applicable

Re: Change Color of Lable Text

Hi Alok,

Can provied me the code for the same or where exactly we need to modify the color.


Regards,
Hiren
Alok_Ramsisaria
Level 10

Re: Change Color of Lable Text

open edit custom css
label{color:#000000;}

Change this color hexacode, as per the color you want.

Anonymous
Not applicable

Re: Change Color of Lable Text

I Just need to copy label{color:#000000;} and paste in my Edit custome css.. Right??

Rgds,
Hiren