Sharepoint Foundation 2010, I want to make the title of the webpart larger than the text inside the list so that it stands out. How can I do this? Thanks.
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can use CSS for that purpose. Simply create a new CSS rule and bind it to the Web Part title: .ms-WPTitle { font-size: 1.5em; } |
|||
|
|
|
How I ended up doing it was to set the part to have no title, then with a content editor webpart directly above it make it a link and set the text to the size you want. Kinda hackish, but it works and only effects that one spot. |
|||
|