I have a list that that is on a page. I want the font to be larger just in that list on that particular page in order to print and view the printed version better. I've found things online that allow increase the font size of the titles on the page, but not the individual items on the list? Any ideas?
|
Using the content editor web part, or HTML forms web part, you'll want to specify CSS for
HTH |
|||||
|
|
Fant Asy, You will need SharePoint Designer 2010... Inside the designer you can edit the data view web parts of Lists and customize how they look, apply CSS and styles... Here is the simplest formatting in SharePoint Designer 2010: You can also apply Conditional Formatting on your List View... I hope this helps! |
|||
|
|
|
Most of this font styling is done at the TD level, making it a bit of a pain. Try this definition:
All three of those 'ms-vb...' classes are attached to TD cells within List Views - in addition, the Title column's font is determined by the styling on the actual Title link (.ms-vb a). Hope this helps! EDIT: You can see on the bottom right that .ms-stylelabel has a font-size declaration that applies to the contents of the TD. |
|||||||||||
|
