Forums

field labels non bold

lpowlette 29 Mar, 2015
hello,

The field labels on my form are bold as they are with all the forms. i would like to remove the bold formatting. is this possible?

i understand that if it is switched off, it may well be for all forms.

luther
GreyHead 30 Mar, 2015
Hi Luther,

You can do it with CSS. Please try adding this to a Load CSS action in the On Load event of your form:
.gbs3 label.control-label {
  font-weight: normal;
}

Bob
lpowlette 30 Mar, 2015
Answer
Hi Bob,

That's worked great.

Many Thanks

Luther
This topic is locked and no more replies can be posted.