<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Microsoft SharePoint Products &#38; Technologies &#187; Branding</title>
	<atom:link href="http://www.mstechblogs.com/sharepoint/tag/branding/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mstechblogs.com/sharepoint</link>
	<description></description>
	<lastBuildDate>Mon, 30 Aug 2010 01:22:42 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How to Change the Background Color of WebPart Title</title>
		<link>http://www.mstechblogs.com/sharepoint/how-to-change-the-background-color-of-webpart-title/</link>
		<comments>http://www.mstechblogs.com/sharepoint/how-to-change-the-background-color-of-webpart-title/#comments</comments>
		<pubDate>Fri, 16 May 2008 21:44:00 +0000</pubDate>
		<dc:creator>Udayakumar Ethirajulu</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[MOSS 2007]]></category>

		<guid isPermaLink="false">http://www.mstechblogs.com/sharepoint/2008/05/how-to-change-bacground-color-of/</guid>
		<description><![CDATA[<p>Hey Guys,
I got a requirement from the business to change the Background color of the webpart title for Out of Box webparts. Then i started looking on CSS I found the following CSS class which overrides the style of WebPart Title.</p>
<p>.ms-WPHeader TD
{
border-bottom:0px solid #4e7cb7;
border-collapse:collapse;
}</p>
<p>Change this class as per your requirement then you are done&#8230;.</p>
<p>.ms-WPHeader TD{
height:40px;
background-color: #0174DF;
font-size: [...]]]></description>
		<wfw:commentRss>http://www.mstechblogs.com/sharepoint/how-to-change-the-background-color-of-webpart-title/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
