<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Search Form BG Color - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 16 Jun 2026 22:06:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Search Form BG Color</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47620</link>
                        <pubDate>Wed, 11 Nov 2020 12:30:50 +0000</pubDate>
                        <description><![CDATA[@donnongt,
Please try the following JS code:
jQuery( &quot;.wpf-search&quot; ).click(function() {   jQuery(&quot;#wpforo #wpforo-wrap .wpf-search i&quot;).css(&quot;color&quot;, &quot;#00070b&quot;);});
Please note the red mark...]]></description>
                        <content:encoded><![CDATA[<p>@donnongt,</p>
<p>Please try the following JS code:</p>
<pre>jQuery( ".wpf-search" ).click(function() {<br />   jQuery("#wpforo #wpforo-wrap .wpf-search i").css("color", "<span style="color: #ff0000"><strong>#00070b</strong></span>");<br />});</pre>
<p>Please note the <span style="color: #ff0000"><strong>red</strong> </span>marked value can be changed.</p>
<p><span>The code should be added in the current active theme JS files.</span></p>
<p><span>Here is an instruction on "</span><span>How to Add Javascript  Without Breaking Your WordPress Site": </span><a href="https://www.collectiveray.com/add-javascript-to-wordpress" rel="nofollow">https://www.collectiveray.com/add-javascript-to-wordpress</a></p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Alvina</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47620</guid>
                    </item>
				                    <item>
                        <title>RE: Search Form BG Color</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47567</link>
                        <pubDate>Mon, 09 Nov 2020 22:32:02 +0000</pubDate>
                        <description><![CDATA[OK, another question:
I would like to chage the Fa search icon color when the search form is in use. I used &#039;:focus&#039; to target the search form text input field when it is open, but that isn...]]></description>
                        <content:encoded><![CDATA[<p><strong>OK, another question:</strong></p>
<p>I would like to chage the Fa search icon color when the search form is in use. I used ':focus' to target the search form text input field when it is open, but that isn't working for the FA icon.</p>
<p>Does anyone have any idea how I can set the FA icon color differently, depending on whether the search form is visible or not? I appreciate the guidance.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DonnonGT</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47567</guid>
                    </item>
				                    <item>
                        <title>RE: Search Form BG Color</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47566</link>
                        <pubDate>Mon, 09 Nov 2020 22:02:21 +0000</pubDate>
                        <description><![CDATA[Nevermind. I figured it out.
.wpf-search input:focus]]></description>
                        <content:encoded><![CDATA[<p>Nevermind. I figured it out.</p>
<pre>.wpf-search input:focus</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DonnonGT</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47566</guid>
                    </item>
				                    <item>
                        <title>RE: Search Form BG Color</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47565</link>
                        <pubDate>Mon, 09 Nov 2020 21:47:23 +0000</pubDate>
                        <description><![CDATA[I actually want to change every text input field background color and I haven&#039;t found any one place to do so. I have implemented half a dozen css changes that have changed the background col...]]></description>
                        <content:encoded><![CDATA[<p>I actually want to change every text input field background color and I haven't found any one place to do so. I have implemented half a dozen css changes that have changed the background colors in most areas, but not the search input field. It's inherited color is white. Does anyone know where that field color is originally set, or was it never defined and just defaults to white? Thanks again.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DonnonGT</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47565</guid>
                    </item>
				                    <item>
                        <title>Search Form BG Color</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47564</link>
                        <pubDate>Mon, 09 Nov 2020 21:43:02 +0000</pubDate>
                        <description><![CDATA[How can I change the background color of the text input field in the forum toolbar without also changing the background under the fa-search icon, when the text field is hidden? Any ideas? Th...]]></description>
                        <content:encoded><![CDATA[<p>How can I change the background color of the text input field in the forum toolbar without also changing the background under the fa-search icon, when the text field is hidden? Any ideas? Thanks.</p>
<p> </p>
<p> </p>
<div id="wpfa-0" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1604958182-Screen-Shot-2020-11-09-at-33826-PM.png" target="_blank"><i class="fas fa-paperclip"></i>&nbsp;Screen-Shot-2020-11-09-at-3.38.26-PM.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>DonnonGT</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/search-form-bg-color/#post-47564</guid>
                    </item>
							        </channel>
        </rss>
		