<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: How to customize just a few things on my site?</title>
		<link>http://en.forums.wordpress.com/topic/how-to-customize-just-a-few-things-on-my-site</link>
		<description>WordPress.com Forums &#187; Topic: How to customize just a few things on my site?</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 05:59:47 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/how-to-customize-just-a-few-things-on-my-site" rel="self" type="application/rss+xml" />

		<item>
			<title>raincoaster on "How to customize just a few things on my site?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-customize-just-a-few-things-on-my-site#post-890574</link>
			<pubDate>Mon, 21 May 2012 11:25:21 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">890574@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1) if you do that, your blog will be suspended. Displaying that is part of the conditions of being hosted here.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "How to customize just a few things on my site?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-customize-just-a-few-things-on-my-site#post-890573</link>
			<pubDate>Mon, 21 May 2012 11:25:10 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">890573@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1. Not allowed here at wordpress.com. Even the VIP sites, which pay thousands of dollars per month, are allowed to remove those.</p>
<p>2. Since your site is set to private, I'm going to have to guess that you mean the nav below the header. The background for that is an image and is set in #subnav.</p>
<pre><code>#subnav {
background: url(&quot;images/subnav.png&quot;) repeat scroll 0 0 transparent;
}</code></pre>
<p>This is the URL of the image in case you want to create another to replace it. You will have to upload the image to your media library, get the full URL starting with http and then replace the <strong>images/subnav.png</strong> between the quote marks.</p>
<p>If you just want to use a solid color, then you can do this and edit the hex color code:</p>
<pre><code>#subnav {
background: none repeat scroll 0 0 #CC0000;
}</code></pre>
<p>3. If you are talking about static pages, and are talking about the area outside of the content area, then you would have to construct specific rules for each individual page based on the page ID if you want to have each a different color background. This is just an example:</p>
<pre><code>body.page-id-31 {
background: #CC0000;
}</code></pre>
<p>If you want to have the same different color for all static pages, then you would do this:</p>
<pre><code>body.page {
background: #CC0000;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>evolutionhealingprogram on "How to customize just a few things on my site?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-customize-just-a-few-things-on-my-site#post-890564</link>
			<pubDate>Mon, 21 May 2012 11:04:40 +0000</pubDate>
			<dc:creator>evolutionhealingprogram</dc:creator>
			<guid isPermaLink="false">890564@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using Lifestype premium theme. And I want to make just a few changes:</p>
<p>1. I want to remove the WordPress ad link and theme info from my footer 3<br />
2. I want to change the color of my footers and secondary navagation bar<br />
3. If possible I want to play with having a different background color from my pages</p>
<p>Can anyone tell me how I can do this?
</p>
]]></description>
					</item>

	</channel>
</rss>
