(Sharepoint 2010) Change the background and font color of text for a web part header

Override this style in your page where your webpart is added through sharepoint designer or via Content Editor Webpart by doing somthing like

<style type="text/css">

.ms-WPHeader{background-color:blue;}

</style>

你可能感兴趣的:(SharePoint)