Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Friday, September 9, 2011 10:05 PM
I haved reviewed the following, but it doesn't seem applicable. All I want to change is the size of the title of the Web Part itself. Example "Task List" or "Announcment" or "Document Library" Why does this seem so dificult? I am on Sharepoint 2010 FYI.
korbbot
All replies (2)
Friday, September 9, 2011 10:26 PM ✅Answered
The WebPart title font are from css in ".ms-WPTitle" you need to override the class to change the font of the title.
Rajesh | Blog
Saturday, September 10, 2011 2:07 AM ✅Answered
Hi
Another way, customize your web part do not show title. and put and customize ( style in the tag ) your title directly, by yourself.
<div style="background-color:yellow;... your custom values :>WEBPART TITLE</div>
Romeo Donca