hi,
I have following functions to change the font size of the label of a filed.
function fontW()
{
crmForm.all.new_lastname.style.fontWeight = "bold"; // to make the text in bold
}
and the second one is:
function fontChange()
{
var label = Xrm.Page.getControl("eogapt_name").getLabel();
label.style.fontSize = "16px";
}
But both seems to no effect at all.
Please I'll like your kind suggestions and help at all.
Thank You.
Regards.