Aliquam volutpat,
EGO got a Nulla necessitas a rebus mutare colorem, quia de titulo webpart Webparts Box. Tunc ego coepi vultus in CSS inveni sequenti CSS classis, quae vincit style Title of webpart.
.TD-ms WPHeader
{
font-:0# px solidum 4e7cb7;
border-collapse:collapse;
}
Change this class as per your requirement then you are done….
.TD-ms WPHeader{
height:40px;
background-color: #0174DF;
font-size: larger;
font-weight: bold;
font-:0# px solidum 4e7cb7;
border-collapse:collapse;
}
Hi Uday…..
I am adding webparts on my Page Programatically……so
System.Web.UI.WebControls.WebParts.WebPart HelloWP = new Hello.HelloWebpart;
HelloWP.Title = “My Webpart”;
mgr.AddWebPart(HelloWP, “Left”, 0);
(mgr is my WebpartManager)
now how can i set the CSS to my webpart….???