<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: Remove search bar in top right corner - BROADSCOPE</title>
		<link>http://www.kriesi.at/support/topic/remove-search-bar-in-top-right-corner-broadscope</link>
		<description>Support Forum - Topic: Remove search bar in top right corner - BROADSCOPE</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 00:01:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/remove-search-bar-in-top-right-corner-broadscope" rel="self" type="application/rss+xml" />

		<item>
			<title>Mya on "Remove search bar in top right corner - BROADSCOPE"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-bar-in-top-right-corner-broadscope#post-48704</link>
			<pubDate>Wed, 28 Mar 2012 04:10:54 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">48704@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; You're welcome! &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "Remove search bar in top right corner - BROADSCOPE"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-bar-in-top-right-corner-broadscope#post-48696</link>
			<pubDate>Wed, 28 Mar 2012 03:49:08 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">48696@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Remove search bar in top right corner - BROADSCOPE"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-bar-in-top-right-corner-broadscope#post-48689</link>
			<pubDate>Wed, 28 Mar 2012 03:08:07 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">48689@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi ameliaamelia,&#60;/p&#62;
&#60;p&#62;Just for clarification, you'll add &#60;code&#62;&#38;lt;div id=&#38;quot;phone&#38;quot;&#38;gt;YOUR NUMBER HERE&#38;lt;/div&#38;gt;&#60;/code&#62; to your &#60;strong&#62;header.php&#60;/strong&#62; underneath get_search_form();. So it would look something like this:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*
*   display the theme search form
*   the tempalte file that is called is searchform.php in case you want to edit it
*/
// get_search_form();
?&#38;gt;
&#38;lt;div id=&#38;quot;phone&#38;quot;&#38;gt;YOUR NUMBER HERE&#38;lt;/div&#38;gt;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;To style your phone number, you would place your CSS in the custom.css. You can place your code anywhere in that file and it will work. This should get you started.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#phone {
    color: #777777;
    position: absolute;
    right: 0;
    top: 35px;
    width: 200px;
    text-align: center;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "Remove search bar in top right corner - BROADSCOPE"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-bar-in-top-right-corner-broadscope#post-48682</link>
			<pubDate>Wed, 28 Mar 2012 02:21:50 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">48682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Where in the custom.css should I put this and how? I just want it to be centered and range right like the search button.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Remove search bar in top right corner - BROADSCOPE"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-bar-in-top-right-corner-broadscope#post-48491</link>
			<pubDate>Tue, 27 Mar 2012 09:54:27 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">48491@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;In your header.php look for get_search_form();. &#60;/p&#62;
&#60;p&#62;Replace it with &#38;lt;div id=&#34;phone&#34;&#38;gt;YOUR NUMBER HERE&#38;lt;/div&#38;gt;. You may have to edit the custom.css to style your phone number.&#60;/p&#62;
&#60;p&#62;For future reference just put double forward slash in get_search_form(); to make it a comment then place the div.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>ameliaamelia on "Remove search bar in top right corner - BROADSCOPE"</title>
			<link>http://www.kriesi.at/support/topic/remove-search-bar-in-top-right-corner-broadscope#post-48466</link>
			<pubDate>Tue, 27 Mar 2012 07:00:13 +0000</pubDate>
			<dc:creator>ameliaamelia</dc:creator>
			<guid isPermaLink="false">48466@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;How can I remove the search bar in the top right corner and replace is with a phone number?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
