<?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: Help making changes in the template.</title>
		<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template</link>
		<description>WordPress.com Forums &#187; Topic: Help making changes in the template.</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 21:39:23 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/help-making-changes-in-the-template" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-857626</link>
			<pubDate>Wed, 04 Apr 2012 20:37:01 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">857626@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Looks great. :) It really jumps out at ya.
</p>
]]></description>
					</item>
		<item>
			<title>tpennick on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-856841</link>
			<pubDate>Tue, 03 Apr 2012 20:45:10 +0000</pubDate>
			<dc:creator>tpennick</dc:creator>
			<guid isPermaLink="false">856841@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>designsimply...u rock!  thanks for the support around my header, it worked perfectly!<br />
i really appreciate your help!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-856461</link>
			<pubDate>Tue, 03 Apr 2012 13:06:18 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">856461@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2) How do I change the size of the actual header (instead of my picture). The default size is 940 by 150, but I need the height to be larger (maybe 200).</p></blockquote>
<p>You can do that by overriding the built in theme header with your own. First, you should <a href="http://en.support.wordpress.com/images/">upload your header image</a> with the final dimensions you want to your media library.</p>
<p>Use this CSS and replace the image inside url() with a direct link to the image you uploaded to your media library.</p>
<pre><code>#header-image a img {
display: none;
}

#header-image a {
display: inline-block;
background: url(http://developingsolutionsllc.files.wordpress.com/2012/03/cropped-dsca-logo8.jpg) no-repeat center center;
width: 940px;
height: 200px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-856451</link>
			<pubDate>Tue, 03 Apr 2012 12:53:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">856451@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1) How do I remove the "leave a message" box from all of my pages</p></blockquote>
<p>See <a href="http://en.support.wordpress.com/enable-disable-comments/" rel="nofollow">http://en.support.wordpress.com/enable-disable-comments/</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-855124</link>
			<pubDate>Sun, 01 Apr 2012 16:48:05 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855124@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Tx Tess and good morning to you. :)
</p>
]]></description>
					</item>
		<item>
			<title>1tess on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-855121</link>
			<pubDate>Sun, 01 Apr 2012 16:46:23 +0000</pubDate>
			<dc:creator>1tess</dc:creator>
			<guid isPermaLink="false">855121@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>moved to CSS
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-855086</link>
			<pubDate>Sun, 01 Apr 2012 15:58:07 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855086@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm flagging this thread so it will be moved to the CSS Forum where you can get answers to your other questions.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-855085</link>
			<pubDate>Sun, 01 Apr 2012 15:57:15 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855085@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1) How do I remove the "leave a message" box from all of my pages</p></blockquote>
<p>CSS editing is not required to enable or disable comments on any post or page. This page &#62; Settings &#62; Discussion<br />
<a href="http://en.support.wordpress.com/settings/discussion-settings/"> Discussion settings</a> is where you set up defaults for comments.<br />
We can also override the default settings and <a href="http://en.support.wordpress.com/enable-disable-comments/">enable or disable <strong>future comments</strong> on any post or page</a>.<br />
<a href="http://wpbtips.wordpress.com/2010/04/23/comments-off-1/" rel="nofollow">http://wpbtips.wordpress.com/2010/04/23/comments-off-1/</a><br />
However, depending on the theme we use when we close comments a phrase like "comments closed" or a similar phrase may appear and if so, it can only be removed by <a href="http://en.support.wordpress.com/editing-css/">CSS editing</a> after purchasing a <a href="http://en.support.wordpress.com/custom-design/">custom design upgrade</a>.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-855083</link>
			<pubDate>Sun, 01 Apr 2012 15:54:55 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">855083@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We cannot edit templates or themes on free hosted WordPress.com blogs. <a href="http://en.support.wordpress.com/themes/editing-themes/" rel="nofollow">http://en.support.wordpress.com/themes/editing-themes/</a> Our blogs are all on the same wpMU multiuser blogging platforum and every blog using the same theme is using the same underlying template. Only Staff can access and edit those files as every edit they make effects every blog wearing the same themes. </p>
<p>Purchasing a custom design upgrade <a href="http://en.support.wordpress.com/custom-design/" rel="nofollow">http://en.support.wordpress.com/custom-design/</a> allows us to change only appearance by CSS editing. <a href="http://en.support.wordpress.com/editing-css/" rel="nofollow">http://en.support.wordpress.com/editing-css/</a> CSS editing cannot be used to change the way any theme functions. CSS editing is also theme specific.  <a href="http://en.support.wordpress.com/custom-design/#frequently-asked-questions" rel="nofollow">http://en.support.wordpress.com/custom-design/#frequently-asked-questions</a>
</p>
]]></description>
					</item>
		<item>
			<title>tpennick on "Help making changes in the template."</title>
			<link>http://en.forums.wordpress.com/topic/help-making-changes-in-the-template#post-855069</link>
			<pubDate>Sun, 01 Apr 2012 15:26:31 +0000</pubDate>
			<dc:creator>tpennick</dc:creator>
			<guid isPermaLink="false">855069@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have two questions 1) How do I remove the "leave a message" box from all of my pages and 2)How do I change the size of the actual header (instead of my picture). The default size is 940 by 150, but I need the height to be larger (maybe 200). I purchased the CSS so I could make changes but am not sure how to proceed.  My site is developingsolutionsllc.com</p>
<p> Your help would be appreciated! Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
