<?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: Change Search Button Color</title>
		<link>http://www.kriesi.at/support/topic/change-search-button-color</link>
		<description>Support Forum - Topic: Change Search Button Color</description>
		<language>en-US</language>
		<pubDate>Mon, 20 May 2013 00:40:56 +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/change-search-button-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Change Search Button Color"</title>
			<link>http://www.kriesi.at/support/topic/change-search-button-color#post-54174</link>
			<pubDate>Tue, 01 May 2012 16:18:58 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">54174@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mark,&#60;/p&#62;
&#60;p&#62;We're glad that you were able fix it. :) I'll close this topic then.&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbeck on "Change Search Button Color"</title>
			<link>http://www.kriesi.at/support/topic/change-search-button-color#post-54143</link>
			<pubDate>Tue, 01 May 2012 14:32:31 +0000</pubDate>
			<dc:creator>markbeck</dc:creator>
			<guid isPermaLink="false">54143@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I fixed by adding the following to the css in theme option:&#60;/p&#62;
&#60;p&#62;.content #searchsubmit{background-color: #F8F8F8!important;margin-top: 1px!important;margin-right: 1px!important;}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbeck on "Change Search Button Color"</title>
			<link>http://www.kriesi.at/support/topic/change-search-button-color#post-53842</link>
			<pubDate>Sun, 29 Apr 2012 02:43:05 +0000</pubDate>
			<dc:creator>markbeck</dc:creator>
			<guid isPermaLink="false">53842@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;When I replaced the icon-search.png at the same size of the original file (24x24) it looks fine on the home page, but it gets resized smaller on the other pages for some reason. If you know of anyone that I can hire to fix this, please let me know. Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbeck on "Change Search Button Color"</title>
			<link>http://www.kriesi.at/support/topic/change-search-button-color#post-53494</link>
			<pubDate>Thu, 26 Apr 2012 12:53:48 +0000</pubDate>
			<dc:creator>markbeck</dc:creator>
			<guid isPermaLink="false">53494@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I thought it might be helpful if I provided a link to a screen capture of what is happening. I hope that this helps :-)&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://dl.dropbox.com/u/4520455/search.tiff&#34; rel=&#34;nofollow&#34;&#62;http://dl.dropbox.com/u/4520455/search.tiff&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbeck on "Change Search Button Color"</title>
			<link>http://www.kriesi.at/support/topic/change-search-button-color#post-53394</link>
			<pubDate>Thu, 26 Apr 2012 02:48:35 +0000</pubDate>
			<dc:creator>markbeck</dc:creator>
			<guid isPermaLink="false">53394@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mya and Ismael,&#60;/p&#62;
&#60;p&#62;I appreciate your help, but let me please start over. &#60;/p&#62;
&#60;p&#62;- The search bar &#34;magnifying glass&#34; appears as a blue color (this is what I have set the Highlight color, Socket color, and Primary color to) on my main homepage and 404 error page. On all other pages it is white. &#60;/p&#62;
&#60;p&#62;- I'm using the Template builder's search bar with social icons on the Frontpage.&#60;/p&#62;
&#60;p&#62;- The search bar &#34;magnifying glass&#34; icon-search.png in the layout folder is white, and I'm not sure why it appears blue on some pages and white on other pages. &#60;/p&#62;
&#60;p&#62;- I just want to have a consistent look page to page. Where can I change the code so that I have one color (at this point I'd be happy with the white default color)? Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Change Search Button Color"</title>
			<link>http://www.kriesi.at/support/topic/change-search-button-color#post-53315</link>
			<pubDate>Wed, 25 Apr 2012 17:58:47 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">53315@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;If you're referring to the background color then you would add the code below to your custom.css or Quick CSS.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#main .content #searchsubmit {
    background-color: #FFFFFF !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you're referring to the icon itself then you would replace icon-search.png in the images &#38;gt; layout folder with a white magnifying glass.&#60;/p&#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>markbeck on "Change Search Button Color"</title>
			<link>http://www.kriesi.at/support/topic/change-search-button-color#post-53082</link>
			<pubDate>Tue, 24 Apr 2012 12:17:03 +0000</pubDate>
			<dc:creator>markbeck</dc:creator>
			<guid isPermaLink="false">53082@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks - now, f I wanted to reverse the process and have the search bar &#34;magnifying glass&#34; be white on the home page (as it is with all of the other pages), where would I make that change?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change Search Button Color"</title>
			<link>http://www.kriesi.at/support/topic/change-search-button-color#post-52998</link>
			<pubDate>Tue, 24 Apr 2012 04:02:38 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">52998@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Mark,&#60;/p&#62;
&#60;p&#62;On your images &#38;gt; layout folder, look for icon-search.png. Kindly supply a blue magnifying glass with the same width and height. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>markbeck on "Change Search Button Color"</title>
			<link>http://www.kriesi.at/support/topic/change-search-button-color#post-52995</link>
			<pubDate>Tue, 24 Apr 2012 03:26:04 +0000</pubDate>
			<dc:creator>markbeck</dc:creator>
			<guid isPermaLink="false">52995@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I just updated my theme to version 1.3, and need to fix some modifications that I had made prior.&#60;/p&#62;
&#60;p&#62;On my homepage I have added the search bar along with social icons - the color for the search bar &#34;magnifying glass&#34; matches my theme color (which is blue). &#60;/p&#62;
&#60;p&#62;On other pages, the search bar &#34;magnifying glass&#34; is white - how can I change the color of the search button &#34;magnifying glass&#34; so it matches my theme color on all of the site pages?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
