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
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
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:
Bob
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
This topic is locked and no more replies can be posted.