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

		<item>
			<title>designsimply on "Hiding &quot;Search&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/hiding-search#post-1190386</link>
			<pubDate>Thu, 21 Mar 2013 23:11:12 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1190386@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To hide the search box in the header on the Further theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.search-toggle {
     display: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>wepresent on "Hiding &quot;Search&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/hiding-search#post-1189909</link>
			<pubDate>Thu, 21 Mar 2013 17:47:03 +0000</pubDate>
			<dc:creator>wepresent</dc:creator>
			<guid isPermaLink="false">1189909@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I do not want my audience to be able to search on the site for the time being. Is there a way in CSS to hide the search bar at the top?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding Widgets to Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/adding-widgets-to-homepage#post-1173665</link>
			<pubDate>Thu, 07 Mar 2013 19:09:00 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1173665@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here's one possible example you can use to get started. It will hide the sidebar and expand the main content area for all pages of the Blissful Blog theme and then add back the sidebar and set the content width accordingly just for the home page only:</p>
<pre><code>.row .four {
    display: none;
}
.row .eight {
	width: 100%;
}
.home .row .four {
    display: block;
    width: 30.37%;
}
.home .row .eight {
	width: 65.2%;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>timethief on "Adding Widgets to Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/adding-widgets-to-homepage#post-1157764</link>
			<pubDate>Wed, 20 Feb 2013 00:49:07 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1157764@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Rats! I just noticed this is a CSS editing question. This thread will be moved to the CSS forum for you.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Adding Widgets to Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/adding-widgets-to-homepage#post-1157763</link>
			<pubDate>Wed, 20 Feb 2013 00:47:46 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1157763@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You would have to select a theme that is designed to display widgets only on the front page.  This might help you select another theme &#62;  <a href="http://wpbtips.wordpress.com/2011/02/26/sidebars-and-other-widget-areas/" rel="nofollow">http://wpbtips.wordpress.com/2011/02/26/sidebars-and-other-widget-areas/</a>
</p>
]]></description>
					</item>
		<item>
			<title>hellomieke on "Adding Widgets to Homepage"</title>
			<link>http://en.forums.wordpress.com/topic/adding-widgets-to-homepage#post-1157761</link>
			<pubDate>Wed, 20 Feb 2013 00:43:24 +0000</pubDate>
			<dc:creator>hellomieke</dc:creator>
			<guid isPermaLink="false">1157761@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello, </p>
<p>How would I add widgets (i.e. Archives and Search Bar) so that they only appear on my homepage?<br />
At the moment they're only appearing on my static pages (e.g. 'About' page) and I don't really see the point of having these here. </p>
<p>Any help would be great!</p>
<p>Thanks,</p>
<p>Mieke
</p>
]]></description>
					</item>
		<item>
			<title>sherpakyle on "deleting the search bar"</title>
			<link>http://en.forums.wordpress.com/topic/deleting-the-search-bar#post-1140721</link>
			<pubDate>Fri, 01 Feb 2013 05:28:00 +0000</pubDate>
			<dc:creator>sherpakyle</dc:creator>
			<guid isPermaLink="false">1140721@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I got help by asking the question a slightly different way in another thread.  I thought I'd post here in the event someone else looks to do the same thing and comes across this thread.</p>
<p>The following is from member "thesacredpath" which worked exactly as I wanted.</p>
<p>In the original CSS, there was 205px of right padding on the menu div to keep it from overrunning the search box. Add the following to the end of your CSS and it will fix it for you.</p>
<p>#branding .only-search + #access div {<br />
padding-right: 0;<br />
}
</p>
]]></description>
					</item>
		<item>
			<title>captainrossg on "How to remove search bar from header"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-search-bar-from-header#post-1139566</link>
			<pubDate>Thu, 31 Jan 2013 06:13:08 +0000</pubDate>
			<dc:creator>captainrossg</dc:creator>
			<guid isPermaLink="false">1139566@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm having trouble removing the search bar from the header of my site.<br />
Any tips on how to take it out? I'd just like it displayed on right side bar widget, not taking space up on the header.<br />
Site: <a href="http://www.sightfishflorida.com" rel="nofollow">http://www.sightfishflorida.com</a></p>
<p>Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>sherpakyle on "deleting the search bar"</title>
			<link>http://en.forums.wordpress.com/topic/deleting-the-search-bar#post-1139436</link>
			<pubDate>Thu, 31 Jan 2013 02:26:13 +0000</pubDate>
			<dc:creator>sherpakyle</dc:creator>
			<guid isPermaLink="false">1139436@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks!  That did most of what I want.  It seams to have hidden the search bar, but the text for the pages will not go in that area.  Is there a way to completely delete it.  When I had the blog name and search box above the header images, the text would extend into that area.
</p>
]]></description>
					</item>
		<item>
			<title>thistimethisspace on "deleting the search bar"</title>
			<link>http://en.forums.wordpress.com/topic/deleting-the-search-bar#post-1139425</link>
			<pubDate>Thu, 31 Jan 2013 02:12:06 +0000</pubDate>
			<dc:creator>thistimethisspace</dc:creator>
			<guid isPermaLink="false">1139425@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here you go:<br />
search string &#62; Twenty Eleven searchbox header<br />
search results &#62; <a href="http://en.forums.wordpress.com/topic/template-twenty-eleven-change-default-search-box-in-header-area?replies=4" rel="nofollow">http://en.forums.wordpress.com/topic/template-twenty-eleven-change-default-search-box-in-header-area?replies=4</a>
</p>
]]></description>
					</item>
		<item>
			<title>sherpakyle on "deleting the search bar"</title>
			<link>http://en.forums.wordpress.com/topic/deleting-the-search-bar#post-1139416</link>
			<pubDate>Thu, 31 Jan 2013 02:06:12 +0000</pubDate>
			<dc:creator>sherpakyle</dc:creator>
			<guid isPermaLink="false">1139416@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am using the twenty eleven theme.  I changed my header images to include the name of my blog so I could get rid of the white box above the header with my blog name and the search box.</p>
<p>The search box now appears in the page menu area below the header image.  I would like to delete it.  Is that possible?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Fixing the way my blog looks on a Mac"</title>
			<link>http://en.forums.wordpress.com/topic/fixing-the-way-my-blog-looks-on-a-mac#post-1104480</link>
			<pubDate>Thu, 27 Dec 2012 07:35:51 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1104480@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I checked <a href="http://lipstickkitchen.com/" rel="nofollow">http://lipstickkitchen.com/</a> again, but I can't see a problem with the search box in Safari. I'm going to close this topic as resolved. Please <a href="http://en.forums.wordpress.com/forum/css-customization/#postform">start a new help request</a> if you need more help.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Fixing the way my blog looks on a Mac"</title>
			<link>http://en.forums.wordpress.com/topic/fixing-the-way-my-blog-looks-on-a-mac#post-1091860</link>
			<pubDate>Tue, 11 Dec 2012 01:45:42 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1091860@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Is this still happening and is lipstickkitchen.com the blog you are working on?
</p>
]]></description>
					</item>
		<item>
			<title>therealroryo on "Fixing the way my blog looks on a Mac"</title>
			<link>http://en.forums.wordpress.com/topic/fixing-the-way-my-blog-looks-on-a-mac#post-1073703</link>
			<pubDate>Wed, 21 Nov 2012 15:10:30 +0000</pubDate>
			<dc:creator>therealroryo</dc:creator>
			<guid isPermaLink="false">1073703@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The other day I noticed that the menu bar and search bar were "off" when I looked at my site in Safari, on my mac. I did a little tweaking to the code, like changing the positioning from "Relative" and "Fixed" to "Absolute". I managed to get the menu bar to look good in all of the browsers I've tried, but in Safari the search bar is now all the way to the right, and not where it should be by the header.</p>
<p>What code should I use to get the Search bar to be where it should no matter which browser a person is using? I appreciate any help, thanks!
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How do I remove the search bar?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-search-bar#post-1044144</link>
			<pubDate>Thu, 18 Oct 2012 17:50:26 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1044144@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Super.
</p>
]]></description>
					</item>
		<item>
			<title>bencharjake on "How do I remove the search bar?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-search-bar#post-1044139</link>
			<pubDate>Thu, 18 Oct 2012 17:46:52 +0000</pubDate>
			<dc:creator>bencharjake</dc:creator>
			<guid isPermaLink="false">1044139@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's exactly what I need, thank you very much!
</p>
]]></description>
					</item>
		<item>
			<title>houstonweaver on "How do I remove the search bar?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-search-bar#post-1044130</link>
			<pubDate>Thu, 18 Oct 2012 17:43:20 +0000</pubDate>
			<dc:creator>houstonweaver</dc:creator>
			<guid isPermaLink="false">1044130@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I see you don't have any answers yet, so I will give you something to try.</p>
<p>Place this in your CSS:<br />
<code>#searchform { display: none;}</code></p>
<p>My reservation about this is that it should hide the search form wherever it may occur.  I leave it to the more experienced to give you a way to remove it for this location only if that is what you want.
</p>
]]></description>
					</item>
		<item>
			<title>bencharjake on "How do I remove the search bar?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-remove-the-search-bar#post-1043776</link>
			<pubDate>Thu, 18 Oct 2012 12:45:34 +0000</pubDate>
			<dc:creator>bencharjake</dc:creator>
			<guid isPermaLink="false">1043776@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi</p>
<p>Can anyone help me remove the search bar from my website? I've been through the stylesheet but can't find it to delete it...I'm using the Mixfolio theme.</p>
<p>It's in the top right corner of the site: <a href="http://www.charliebentley.com" rel="nofollow">http://www.charliebentley.com</a></p>
<p>Many thanks<br />
Charlie
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Search bar text colour"</title>
			<link>http://en.forums.wordpress.com/topic/search-bar-text-colour#post-1025125</link>
			<pubDate>Fri, 28 Sep 2012 23:35:37 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1025125@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This should work:</p>
<pre><code>#header input#s {
	color: red;
}</code></pre>
<p>Note that it changes the text that you type into the search form.</p>
<p>Change the "red" color name to a color code of your choice:<br />
<a href="http://automattic.github.com/Iris/" rel="nofollow">http://automattic.github.com/Iris/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Search icon"</title>
			<link>http://en.forums.wordpress.com/topic/search-icon-1#post-1020824</link>
			<pubDate>Mon, 24 Sep 2012 19:11:16 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1020824@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Sweet! :)
</p>
]]></description>
					</item>
		<item>
			<title>msassone on "Search icon"</title>
			<link>http://en.forums.wordpress.com/topic/search-icon-1#post-1019459</link>
			<pubDate>Sun, 23 Sep 2012 06:55:12 +0000</pubDate>
			<dc:creator>msassone</dc:creator>
			<guid isPermaLink="false">1019459@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>AWESOME! Thank you so much for your help. Now it finally looks right again! Hehe!</p>
<p>Cheers
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Search icon"</title>
			<link>http://en.forums.wordpress.com/topic/search-icon-1#post-1019412</link>
			<pubDate>Sun, 23 Sep 2012 02:23:54 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1019412@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The search icon isn't showing up because of this line you added to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>background:#e4e4e4 url(&quot;http://s2.wp.com/images/search.png&quot;) no-repeat 6px 6px;</code></pre>
<p>That image link is not a working link. If you remove that line from your Appearance &#8594; Custom Design &#8594; CSS editor and make sure the "Add my CSS" option is selected, it will start working again.</p>
<p>Note that you do not have to copy and paste the entire stylesheet. It's usually a better option to only add in CSS to the Appearance &#8594; Custom Design &#8594; CSS editor for things that you want to change. It keeps things clean and easier to debug if you run into any troubles.
</p>
]]></description>
					</item>
		<item>
			<title>markjagdev on "Search bar text colour"</title>
			<link>http://en.forums.wordpress.com/topic/search-bar-text-colour#post-1019320</link>
			<pubDate>Sat, 22 Sep 2012 22:40:23 +0000</pubDate>
			<dc:creator>markjagdev</dc:creator>
			<guid isPermaLink="false">1019320@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Search bar on my website (right of heading) has light blue text in keeping with the overall light cyan text. How do I change the text colour on the search bar only, without changing the text for everything else?
</p>
]]></description>
					</item>
		<item>
			<title>msassone on "Search icon"</title>
			<link>http://en.forums.wordpress.com/topic/search-icon-1#post-1012332</link>
			<pubDate>Sun, 16 Sep 2012 08:12:33 +0000</pubDate>
			<dc:creator>msassone</dc:creator>
			<guid isPermaLink="false">1012332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have been modifying the CSS of the Quintus Theme and everything came out fine. Just one issue came up. The search icon is now a plain grey circle. I cannot make the "magnifying glass" symbol show up anymore. Which is the voice in the CSS i need to change?</p>
<p>Check my blog to understand what i'm talking about.</p>
<p>Thanks a lot
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "how to remove search bar in 2011 theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-search-bar-in-2011-theme#post-960941</link>
			<pubDate>Mon, 30 Jul 2012 17:28:59 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">960941@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well let's start with this:</p>
<blockquote><p>
    May I remove the ‘Blog at WordPress.com’ credit in my site’s footer?<br />
    Although the Custom Design Upgrade certainly grants you the capability to hide the credit from your site’s footer, you are not permitted to do so. Even our VIP bloggers are required to maintain the credit. <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></blockquote>
<p>A quick search turned up the required CSS editing to remove the searchbox from the header area. <a href="http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header?replies=9#post-696602" rel="nofollow">http://en.forums.wordpress.com/topic/removing-the-search-form-from-the-twenty-eleven-header?replies=9#post-696602</a>
</p>
]]></description>
					</item>
		<item>
			<title>papaspumpkinpatch on "how to remove search bar in 2011 theme"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-search-bar-in-2011-theme#post-960937</link>
			<pubDate>Mon, 30 Jul 2012 17:24:38 +0000</pubDate>
			<dc:creator>papaspumpkinpatch</dc:creator>
			<guid isPermaLink="false">960937@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi! I'd like help to remove the search bar and wordpress footer info on the 2011 theme. When I look upder Appearance for the Editor option, I don't have an Editor option. Help would be appreciated. Thanks.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding a search site thingy to the menu bar"</title>
			<link>http://en.forums.wordpress.com/topic/adding-a-search-site-thingy-to-the-menu-bar#post-889481</link>
			<pubDate>Fri, 18 May 2012 21:22:37 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">889481@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That particular text cannot be changed because it is hard coded into the theme by design and there is not a way to update it using CSS only.
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Adding a search site thingy to the menu bar"</title>
			<link>http://en.forums.wordpress.com/topic/adding-a-search-site-thingy-to-the-menu-bar#post-889106</link>
			<pubDate>Fri, 18 May 2012 12:09:56 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">889106@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>One more question, please. How do I change the form so that instead of it saying "Search" inside the box it says "Search this blog" or whatever I feel like changing it to? thanks!
</p>
]]></description>
					</item>
		<item>
			<title>notchangingmyname on "Adding a search site thingy to the menu bar"</title>
			<link>http://en.forums.wordpress.com/topic/adding-a-search-site-thingy-to-the-menu-bar#post-888446</link>
			<pubDate>Thu, 17 May 2012 16:02:50 +0000</pubDate>
			<dc:creator>notchangingmyname</dc:creator>
			<guid isPermaLink="false">888446@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thesacreddepth, that worked perfectly! Thanks so much :-)</p>
<p>Thanks designsimply
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Adding a search site thingy to the menu bar"</title>
			<link>http://en.forums.wordpress.com/topic/adding-a-search-site-thingy-to-the-menu-bar#post-887776</link>
			<pubDate>Wed, 16 May 2012 17:32:40 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">887776@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>When I pasted the code that thesacredpath gave me, above, I kept getting the error message "Are you sure you want to do that?"</p></blockquote>
<p>That sounds like a separate issue. I see that you haven't purchased the Custom Design upgrade yet, but the Preview button should work and also save CSS in preview state. Try logging out, and then log back in and try adding the new CSS again. If you still see an error after that, please let me know.
</p>
]]></description>
					</item>

	</channel>
</rss>
