Share via


Change the Font size in the title of a web part

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. 

 

http://social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/thread/ee161118-9fdb-49e4-b373-dfbb3b8f9e4f

 

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