<?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: removed search box and author in Spring Loaded theme</title>
		<link>http://en.forums.wordpress.com/topic/removed-search-box-and-author-in-spring-loaded-theme</link>
		<description>WordPress.com Forums &#187; Topic: removed search box and author in Spring Loaded theme</description>
		<language>en</language>
		<pubDate>Tue, 21 May 2013 06:10:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/removed-search-box-and-author-in-spring-loaded-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "removed search box and author in Spring Loaded theme"</title>
			<link>http://en.forums.wordpress.com/topic/removed-search-box-and-author-in-spring-loaded-theme#post-1120687</link>
			<pubDate>Fri, 11 Jan 2013 20:47:13 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1120687@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I'd like to remove the Search box in the header.</p></blockquote>
<p>This will remove the search box from the header in the Spring Loaded theme:</p>
<pre><code>#header .search-bar {
	display: none;
}</code></pre>
<p>It also could be combined with the other rules so you'd just have one block like this:</p>
<pre><code>.page .post-date,
.page .metadata,
.page .category,
#header .search-bar {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "removed search box and author in Spring Loaded theme"</title>
			<link>http://en.forums.wordpress.com/topic/removed-search-box-and-author-in-spring-loaded-theme#post-1120682</link>
			<pubDate>Fri, 11 Jan 2013 20:45:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1120682@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>I want to remove the "posted by" with my name, date, time under the post.</p></blockquote>
<p>I see you've figured this out using the following custom CSS:</p>
<pre><code>.page .post-date {
	display: none;
}
.page .metadata {
	display: none;
}
.page .category {
	display: none;
}</code></pre>
<p>Note that you can combine that into one rule, check it out:</p>
<pre><code>.page .post-date,
.page .metadata,
.page .category {
	display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>kristicapek on "removed search box and author in Spring Loaded theme"</title>
			<link>http://en.forums.wordpress.com/topic/removed-search-box-and-author-in-spring-loaded-theme#post-1114296</link>
			<pubDate>Mon, 07 Jan 2013 05:43:25 +0000</pubDate>
			<dc:creator>kristicapek</dc:creator>
			<guid isPermaLink="false">1114296@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've been looking forever-- I know I've done this before and can't find it now. </p>
<p>I'm rebuilding a friend's site and want to remove the "posted by" with my name, date, time under the post; and I'd like to remove the Search box in the header. </p>
<p>I've tried some things customizing the CSS (I've paid for the upgrade) and I'm lost. Help!?!? (please!?!?)
</p>
]]></description>
					</item>

	</channel>
</rss>
