<?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>
									oversized magnifying glass image - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Thu, 18 Jun 2026 07:37:53 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: oversized magnifying glass image</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/paged/2/#post-69073</link>
                        <pubDate>Sat, 13 Aug 2022 10:06:33 +0000</pubDate>
                        <description><![CDATA[Thank you, and it works well. We will be moving to the 2022 version in the near future. Now we have to take a holiday. What I do see on our test site is that the colour schemes are not easil...]]></description>
                        <content:encoded><![CDATA[<p>Thank you, and it works well. We will be moving to the 2022 version in the near future. Now we have to take a holiday. What I do see on our test site is that the colour schemes are not easily changed. But we will work that out.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Hotrodradio</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/paged/2/#post-69073</guid>
                    </item>
				                    <item>
                        <title>RE: oversized magnifying glass image</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-69065</link>
                        <pubDate>Sat, 13 Aug 2022 09:11:56 +0000</pubDate>
                        <description><![CDATA[@hotrodradio,
Please don&#039;t use the old classic theme with wpForo 2.0. This theme will not be supported very soon and all your issues will be left without any help. All wpForo 2.0 features a...]]></description>
                        <content:encoded><![CDATA[<p>@hotrodradio,</p>
<p><span style="color: #ff0000">Please don't use the old classic theme with wpForo 2.0.</span> This theme will not be supported very soon and all your issues will be left without any help. All wpForo 2.0 features are only available with the new 2022 theme. There is no mean to use wpForo 2.0 with the outdated old classic theme.</p>
<p>Again, this is the last help we provide for your issue. <span style="color: #ff0000">Please remove the CSS code provided above,</span> it removes the search button in the search field. There is a better solution, you just need to make it smaller and show in the search filed. The button need for clicking and submitting the search phrase.</p>
<p>Put this CSS code in <span style="color: #3366ff">wpForo &gt; Settings &gt; Color and Styles &gt; Custom CSS Code</span> textarea, delete all caches and check it:</p>
<pre contenteditable="false">#wpf-widget-search #wpforo-search-form .wpf-search-widget-label {
    position: relative !important;
    display: block !important;
}
#wpf-widget-search #wpforo-search-form .wpf-search-widget-label input {
  position: relative !important;
  display: block !important;
  padding: 7px 8px;
  height: 32px;
}
#wpf-widget-search #wpforo-search-form .wpf-search-widget-label svg {
  enable-background: new 0 0 16 16;
  fill: #999;
  position: absolute;
  width: 19px;
  height: 19px;
  right: 5px;
  bottom: 6px;
  cursor: pointer;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-69065</guid>
                    </item>
				                    <item>
                        <title>RE: oversized magnifying glass image</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68952</link>
                        <pubDate>Fri, 12 Aug 2022 09:11:27 +0000</pubDate>
                        <description><![CDATA[This works. Thnx :-)]]></description>
                        <content:encoded><![CDATA[<p>This works. Thnx :-)</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Hotrodradio</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68952</guid>
                    </item>
				                    <item>
                        <title>RE: oversized magnifying glass image</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68897</link>
                        <pubDate>Thu, 11 Aug 2022 13:24:40 +0000</pubDate>
                        <description><![CDATA[@hotrodradio,
use this css code:
#wpforo #wpforo-wrap label.wpf-search-widget-label svg {
    display:none;
}]]></description>
                        <content:encoded><![CDATA[<p>@hotrodradio,</p>
<p>use this css code:</p>
<pre contenteditable="false">#wpforo #wpforo-wrap label.wpf-search-widget-label svg {
    display:none;
}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68897</guid>
                    </item>
				                    <item>
                        <title>RE: oversized magnifying glass image</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68878</link>
                        <pubDate>Thu, 11 Aug 2022 11:06:11 +0000</pubDate>
                        <description><![CDATA[]]></description>
                        <content:encoded><![CDATA[<p>https://hotrodradio.nl/forum/</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Hotrodradio</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68878</guid>
                    </item>
				                    <item>
                        <title>RE: oversized magnifying glass image</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68867</link>
                        <pubDate>Thu, 11 Aug 2022 10:16:33 +0000</pubDate>
                        <description><![CDATA[Hi @hotrodradio,
provide forum URL.]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@hotrodradio,</span></p>
<p>provide forum URL.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68867</guid>
                    </item>
				                    <item>
                        <title>oversized magnifying glass image</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68829</link>
                        <pubDate>Wed, 10 Aug 2022 18:33:53 +0000</pubDate>
                        <description><![CDATA[How do I remove the oversized magnifying glass image below the search function?We have implemented the update.
 searh-image.PNG]]></description>
                        <content:encoded><![CDATA[<p>How do I remove the oversized magnifying glass image below the search function?<br />We have implemented the update.</p>
<div id="wpfa-12573" class="wpforo-attached-file"><a class="wpforo-default-attachment" title="searh-image.PNG" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1660156433-searh-image.png" target="_blank" rel="noopener"><i class="fas fa-paperclip"></i> searh-image.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>Hotrodradio</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/oversized-magnifying-glass-image/#post-68829</guid>
                    </item>
							        </channel>
        </rss>
		