Posts

Showing posts with the label Bold Field Title

Make field title bold

Use below given jQuery to make bold field title. $("h3[class^='ms-standardheader']:contains('Assigned To')").css("font-weight", "Bold"); $("h3[class^='ms-standardheader']:contains('Description')").css("font-weight", "Bold"); $("h3[class^='ms-standardheader']:contains('Status')").css("font-weight", "Bold"); $("h3[class^='ms-standardheader']:contains('Priority')").css("font-weight", "Bold");