Formatting
Posted: 20 Sep 2013
How would I apply formatting to the field titles, like make them all bold?
Design SharePoint forms with tabs, complex tables, accordions, sub-lists, and 3rd party columns
https://spform.com/forum/
Code: Select all
.fd_title {
font-weight: bold;
}