I have the following style set for my webpart title
.ms-WPTitle
{
font-weight: bold;
font-family: verdana, arial, helvetica, sans-serif;
color: #003399;
padding-left: 6px;
padding-right: 7px;
padding-top: 2px;
padding-bottom: 2px;
font-size: 14pt;
}
Now when I change the color to say 000000 the color in reflected in
some webparts while in some it remains unchanged. Surprisingly if I
change the font size, it is reflected across board.
The one specific "set" that remains unchanged are the ones that are
webparts created when we create new lists, announcements, doc lib
Any idea if there is some other property that needs to be changed.