Change Color of Lable Text | Community
Skip to main content
April 3, 2014
Question

Change Color of Lable Text

  • April 3, 2014
  • 4 replies
  • 1304 views
How to change font color, on form for lables.

Regards,
Hiren
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

4 replies

Level 10
April 3, 2014
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;



Hope that helps!
April 3, 2014
Hi Alok,

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


Regards,
Hiren
Level 10
April 3, 2014
open edit custom css
label{color:#000000;}

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

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

Rgds,
Hiren