<?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; Tag: remove search box - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/remove-search-box</link>
		<description>WordPress.com Forums &#187; Tag: remove search box - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 13:02:06 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/remove-search-box" rel="self" type="application/rss+xml" />

		<item>
			<title>sharonshero on "Remove Search Box from Hum Template"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-box-from-hum-template#post-1065054</link>
			<pubDate>Fri, 09 Nov 2012 13:28:16 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1065054@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well, it may not be elegant, but it fixed 99% of my issue.<br />
Only the child menu text has not changed while in its normal state, although the hover color is correct.  Any more snippets of code up your sleeve?</p>
<p>Additionally, any ideas on making the vertical menu font a bit larger?
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Remove Search Box from Hum Template"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-box-from-hum-template#post-1064916</link>
			<pubDate>Fri, 09 Nov 2012 05:14:44 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1064916@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, this might not be elegant, but see if this will get you started.  I have put in the comments for each item. Maybe a css support person will come by and tell us the elegant way to do it.</p>
<pre><code>/*change entry title on each page*/
           #page .entry-title { color: #4977a6;}
/*change entry title on each single post*/
           .post .entry-title {color: #4977a6;}

/*change entry title for each post on posts page*/
          .post .entry-title a {color: #4977a6;}

/*hover color for entry-title*/
         .post .entry-title a:hover {color: #B64900;}

/*menu items except current page*/
        #page #branding #access a{color:#4977a6;}

/*current active page on menu*/
       #page #branding #access .current_page_item  a {color: #B64900;}

/*hover for menu */
        #page #branding #access a:hover{color:#B64900;}</code></pre>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Remove Search Box from Hum Template"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-box-from-hum-template#post-1064870</link>
			<pubDate>Fri, 09 Nov 2012 03:01:55 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1064870@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>ok, so far I can get the page title to change color with:</p>
<p><code>#page .entry-title { color: #4977a6;}</code></p>
<p>Don't have your menu solution. For some reason in my test area, it is not showing your menu in the usual way when I go to my view or test css, so I cannot really track what is going on with it.  But will poke around a bit more.</p>
<p>Where did you change your fonts and your hover color?  Did you do it in the css or via some other customization?
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Remove Search Box from Hum Template"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-box-from-hum-template#post-1064862</link>
			<pubDate>Fri, 09 Nov 2012 02:32:02 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1064862@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I didn't realize you wanted your vertical menu changed as well as the page name.  I think the menu will be a different selector, but thought I had the right one for the page name.  If i have time, I will poke around a bit more.
</p>
]]></description>
					</item>
		<item>
			<title>sharonshero on "Remove Search Box from Hum Template"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-box-from-hum-template#post-1064735</link>
			<pubDate>Thu, 08 Nov 2012 22:55:09 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1064735@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well, rats, that didn't make any difference.  So the vertical menu is still black (although the rollover color is right). And the page name (ie, Home) is black as well.  My goal would be that font colors in both areas would be #4977a6 and the rollover color a brick red, which is working in both instances.
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Remove Search Box from Hum Template"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-box-from-hum-template#post-1063832</link>
			<pubDate>Thu, 08 Nov 2012 04:13:08 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1063832@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Two reasons to start a new title:  1) it shows no reply until someone replies in some way.  2) the topic can be searched.  But I'm no expert on any of it, I just slide by and play with css when I have a bit of time. </p>
<p>I had a quick answer ready for you, but here's what I find so far.  The specific selector is entry-title with this code</p>
<p><code>.entry-title {color: #00ff00;}</code></p>
<p>of course substituting your color code. This will change entry-title wherever it occurs and that may not be exactly what you want.</p>
<p>So try it out and look around your pages and posts to see if it has unforseen or unwanted consequences.  Post here again if it needs more attention.
</p>
]]></description>
					</item>
		<item>
			<title>sharonshero on "Remove Search Box from Hum Template"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-box-from-hum-template#post-1063809</link>
			<pubDate>Thu, 08 Nov 2012 03:11:33 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1063809@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Magic Code!  That did the trick!!  Thank you!</p>
<p>So I probably should start another post, but since I'm here, I'm hoping I'm not breaking protocol to tag another question onto the first.</p>
<p>I was able to change the font in the vertical menu in Hum and as it shows itself as a header on each page, but can't seem to change the color.  Any codes of wisdom?
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "Remove Search Box from Hum Template"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-box-from-hum-template#post-1063804</link>
			<pubDate>Thu, 08 Nov 2012 02:57:53 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1063804@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>try this to remove it:<br />
 <code>.only-search {display: none;}</code></p>
<p>Let us know if it works.
</p>
]]></description>
					</item>
		<item>
			<title>sharonshero on "Remove Search Box from Hum Template"</title>
			<link>http://en.forums.wordpress.com/topic/remove-search-box-from-hum-template#post-1063436</link>
			<pubDate>Wed, 07 Nov 2012 19:07:38 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1063436@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is it possible to remove the search box directly under the title?  Or at least move it to a less prominent area?  This is built into the website, it is not a widget.  THANKS!
</p>
]]></description>
					</item>
		<item>
			<title>evolveandexpress on "How can I get rid of the grey line at the top of my bog?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-get-rid-of-the-grey-line-at-the-top-of-my-bog#post-963823</link>
			<pubDate>Wed, 01 Aug 2012 22:43:22 +0000</pubDate>
			<dc:creator>evolveandexpress</dc:creator>
			<guid isPermaLink="false">963823@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks timethief,</p>
<p>It's all a bit too advanced for me at the mo, but I'm learning as much as i can everyday... I'll get round to it as soon as I've figured out  the codes in the above forums!<br />
Thanks again!<br />
:)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How can I get rid of the grey line at the top of my bog?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-get-rid-of-the-grey-line-at-the-top-of-my-bog#post-963680</link>
			<pubDate>Wed, 01 Aug 2012 20:47:49 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">963680@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You will need to purchase an annually renewable <a href="http://en.support.wordpress.com/custom-design/">custom design upgrade</a> and use <a href="http://en.support.wordpress.com/custom-design/editing-css/">CSS editing</a> to get rid of the gray line. <a href="http://en.forums.wordpress.com/topic/gray-line-showing-up-on-top-of-custom-header-in-twenty-eleven-theme?replies=4#post-834062" rel="nofollow">http://en.forums.wordpress.com/topic/gray-line-showing-up-on-top-of-custom-header-in-twenty-eleven-theme?replies=4#post-834062</a><br />
For the searchbox see here &#62; <a href="http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header?replies=10" rel="nofollow">http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header?replies=10</a>
</p>
]]></description>
					</item>
		<item>
			<title>evolveandexpress on "How can I get rid of the grey line at the top of my bog?"</title>
			<link>http://en.forums.wordpress.com/topic/how-can-i-get-rid-of-the-grey-line-at-the-top-of-my-bog#post-963673</link>
			<pubDate>Wed, 01 Aug 2012 20:43:29 +0000</pubDate>
			<dc:creator>evolveandexpress</dc:creator>
			<guid isPermaLink="false">963673@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>A little advice please...Can i get rid of the grey line at the top of my blog? I also don't know how to get rid of the search bar above the header on every page.. I'm still a complete rookie and have no idea how to use these HTML codes?! Is there a video tutorial around that could help<br />
Sorry about all the questions...</p>
<p>Thank you!!!!<br />
:)<br />
Blog url: <a href='http://evolveandexpress.wordpress.com/'>http://evolveandexpress.wordpress.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>pixelpaintstudio on "Removing Search Box From Enterprise Theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-search-box-from-enterprise-theme#post-878770</link>
			<pubDate>Fri, 04 May 2012 17:38:29 +0000</pubDate>
			<dc:creator>pixelpaintstudio</dc:creator>
			<guid isPermaLink="false">878770@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, by the way I tried to like your blog (thanks for liking mine) but it keeps telling me to login and then nothing happens.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing Search Box From Enterprise Theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-search-box-from-enterprise-theme#post-878754</link>
			<pubDate>Fri, 04 May 2012 17:16:21 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">878754@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome and happy blogging. :)
</p>
]]></description>
					</item>
		<item>
			<title>pixelpaintstudio on "Removing Search Box From Enterprise Theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-search-box-from-enterprise-theme#post-878750</link>
			<pubDate>Fri, 04 May 2012 17:13:14 +0000</pubDate>
			<dc:creator>pixelpaintstudio</dc:creator>
			<guid isPermaLink="false">878750@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the reply, yeah I figured that out when doing a search for the answer.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Removing Search Box From Enterprise Theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-search-box-from-enterprise-theme#post-878734</link>
			<pubDate>Fri, 04 May 2012 16:50:43 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">878734@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hello,<br />
This is what I found when I <strong>searched</strong> &#62;  <a href="http://en.forums.wordpress.com/topic/enterprise-help-2-questions?replies=7#post-604855" rel="nofollow">http://en.forums.wordpress.com/topic/enterprise-help-2-questions?replies=7#post-604855</a><br />
Bottom line: You need to purchase an annually renewable<a href="http://en.support.wordpress.com/custom-design/"> custom design upgrade</a> and do the required <a href="http://en.support.wordpress.com/editing-css/">CSS editing</a> to remove it.
</p>
]]></description>
					</item>
		<item>
			<title>pixelpaintstudio on "Removing Search Box From Enterprise Theme"</title>
			<link>http://en.forums.wordpress.com/topic/removing-search-box-from-enterprise-theme#post-878729</link>
			<pubDate>Fri, 04 May 2012 16:46:13 +0000</pubDate>
			<dc:creator>pixelpaintstudio</dc:creator>
			<guid isPermaLink="false">878729@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is there a way to remove the search box in the header (the one with the "GO" button) of the Enterprise theme? If so how?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-829532</link>
			<pubDate>Tue, 28 Feb 2012 19:36:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">829532@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@jenbruce, one reason might be that you were using a different theme and that's why the #branding part of the selector wasn't needed, or you were trying to remove a search form from the sidebar area and not the #branding area.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Some basic layout changes to Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/some-basic-layout-changes-to-manifest-theme#post-803887</link>
			<pubDate>Sat, 28 Jan 2012 06:35:30 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">803887@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>canbry on "Some basic layout changes to Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/some-basic-layout-changes-to-manifest-theme#post-803873</link>
			<pubDate>Sat, 28 Jan 2012 05:55:15 +0000</pubDate>
			<dc:creator>canbry</dc:creator>
			<guid isPermaLink="false">803873@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks again, noted
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Some basic layout changes to Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/some-basic-layout-changes-to-manifest-theme#post-803394</link>
			<pubDate>Fri, 27 Jan 2012 19:17:28 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">803394@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It is best to start a new thread since you are now talking about a different theme and this will confuse people later on. In Minimum, this will do it.</p>
<pre><code>h1.entry-title {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>canbry on "Some basic layout changes to Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/some-basic-layout-changes-to-manifest-theme#post-803276</link>
			<pubDate>Fri, 27 Jan 2012 17:48:03 +0000</pubDate>
			<dc:creator>canbry</dc:creator>
			<guid isPermaLink="false">803276@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, thesacredpath, I am also playing around with the minimum theme, same question as 2 above, I want to remove the page header text which is repeated below the menu (it is already highlighted in the menu so I don't need this additional header text). Obviously the code is different for this theme but I can't find the relevant CSS to change to remove this text. thanks
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Some basic layout changes to Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/some-basic-layout-changes-to-manifest-theme#post-798528</link>
			<pubDate>Sun, 22 Jan 2012 09:44:45 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">798528@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You are welcome.
</p>
]]></description>
					</item>
		<item>
			<title>canbry on "Some basic layout changes to Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/some-basic-layout-changes-to-manifest-theme#post-798526</link>
			<pubDate>Sun, 22 Jan 2012 09:39:39 +0000</pubDate>
			<dc:creator>canbry</dc:creator>
			<guid isPermaLink="false">798526@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks for the response.</p>
<p>I had managed to find a solution to the white space problem by searching the forums so you would have seen the amended page. </p>
<p>I have used your suggested solutions for the other 2 issues. Just what I wanted, thanks so much, appreciated.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Some basic layout changes to Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/some-basic-layout-changes-to-manifest-theme#post-798518</link>
			<pubDate>Sun, 22 Jan 2012 08:37:15 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">798518@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On your blog page, add the following to move the date down off the top of the menu.</p>
<pre><code>.post-date {
margin-top: 40px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Some basic layout changes to Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/some-basic-layout-changes-to-manifest-theme#post-798517</link>
			<pubDate>Sun, 22 Jan 2012 08:34:12 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">798517@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1. I'm not seeing a huge whitespace between the menu and content. I see the page title and what appears to me as a nice amount of whitespace above and below the page title.</p>
<p>2. This targets only static pages (home, about).</p>
<pre><code>.page h2.entry-title {
display: none;
}</code></pre>
<p>3. Searchbox gone.</p>
<pre><code>#footer #search {
display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>canbry on "Some basic layout changes to Manifest theme"</title>
			<link>http://en.forums.wordpress.com/topic/some-basic-layout-changes-to-manifest-theme#post-798506</link>
			<pubDate>Sun, 22 Jan 2012 07:42:54 +0000</pubDate>
			<dc:creator>canbry</dc:creator>
			<guid isPermaLink="false">798506@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I want to make some small layout changes to the manifest theme I am using:<br />
1. I want remove the blank space left on the page if I do not upload a custom header (there is a huge white area between my menu and the content of the page).<br />
2. I want to remove the page header text which is repeated below the menu (it is already highlighted in the menu so I don't need this additional header text).<br />
3. I want to totally remove the search box at the bottom of the them. </p>
<p>I am a total beginner to CSS so would really appreciate any answers in "for dummies" language :-)<br />
Thanks
</p>
]]></description>
					</item>
		<item>
			<title>bibisf on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-738911</link>
			<pubDate>Mon, 07 Nov 2011 23:41:52 +0000</pubDate>
			<dc:creator>bibisf</dc:creator>
			<guid isPermaLink="false">738911@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@designsimply </p>
<p>Thanks, worked perfectly!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-713147</link>
			<pubDate>Wed, 05 Oct 2011 07:16:29 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">713147@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@jenbruce, we need a link to the site you are talking about. CSS is theme specific and if you aren't using the same theme, then the solution will likely be different.
</p>
]]></description>
					</item>
		<item>
			<title>jenbruce on "Removing the search form from the Twenty-Eleven Header"</title>
			<link>http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header#post-713135</link>
			<pubDate>Wed, 05 Oct 2011 06:58:37 +0000</pubDate>
			<dc:creator>jenbruce</dc:creator>
			<guid isPermaLink="false">713135@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>When I tried<br />
<code> #branding #searchform {&lt;br /&gt;
display:none;&lt;br /&gt;
} </code></p>
<p>It didn't work until I removed<code> #branding </code></p>
<p>I'm a newbie and curious, can anyone tell me why?
</p>
]]></description>
					</item>

	</channel>
</rss>
