<?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>
									How change the widget &quot;products&quot; in the lateral bar - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sat, 14 Mar 2026 13:10:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How change the widget &quot;products&quot; in the lateral bar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25266</link>
                        <pubDate>Fri, 22 Mar 2019 22:55:51 +0000</pubDate>
                        <description><![CDATA[Okay, i understand, i will do that.Perfect, the code worked ;)It&#039;s better now, more clean.Thanks you Robert.]]></description>
                        <content:encoded><![CDATA[<p>Okay, i understand, i will do that.</p><p>Perfect, the code worked ;)<br />It's better now, more clean.</p><p>Thanks you Robert.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Street</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25266</guid>
                    </item>
				                    <item>
                        <title>RE: How change the widget &quot;products&quot; in the lateral bar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25265</link>
                        <pubDate>Fri, 22 Mar 2019 22:46:33 +0000</pubDate>
                        <description><![CDATA[As I said we I can&#039;t help you customize this widget. You should contact to the WooCommerce support team. For the CSS code I provided please add !important statement, and again delete all cac...]]></description>
                        <content:encoded><![CDATA[<p>As I said we I can't help you customize this widget. You should contact to the WooCommerce support team. For the CSS code I provided please add !important statement, and again delete all caches and press Ctrl+F5 on forum front:</p><pre>#wpforo #wpforo-wrap ul.product_list_widget li img{<br />  float: left <span style="color: #ff0000">!important;</span><br />   margin-right: 20px <span style="color: #ff0000">!important;</span><br />}<br />#wpforo #wpforo-wrap ul.product_list_widget li span {<br />    font-weight: inherit <span style="color: #ff0000">!important;</span><br />}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25265</guid>
                    </item>
				                    <item>
                        <title>RE: How change the widget &quot;products&quot; in the lateral bar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25264</link>
                        <pubDate>Fri, 22 Mar 2019 22:38:22 +0000</pubDate>
                        <description><![CDATA[Thanks for your answer ;)I do what you say, copy the code, saved it on the css, but it change nothing.I delete the cache, i delete my cookies, refresh the page.Can you put into the css code ...]]></description>
                        <content:encoded><![CDATA[<p>Thanks for your answer ;)</p><p>I do what you say, copy the code, saved it on the css, but it change nothing.</p><p>I delete the cache, i delete my cookies, refresh the page.</p><p>Can you put into the css code that i can hide the price ?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Street</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25264</guid>
                    </item>
				                    <item>
                        <title>RE: How change the widget &quot;products&quot; in the lateral bar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25259</link>
                        <pubDate>Fri, 22 Mar 2019 22:20:01 +0000</pubDate>
                        <description><![CDATA[Hi @street,This is not wpForo widget so we can&#039;t customize it. I can help you display as it&#039;s designed in WooCommerce. Please navigate to Dashboard &gt; Forums &gt; Settings &gt; Styles Tab ...]]></description>
                        <content:encoded><![CDATA[<p>Hi @street,</p><p>This is not wpForo widget so we can't customize it. I can help you display as it's designed in WooCommerce. Please navigate to Dashboard &gt; Forums &gt; Settings &gt; Styles Tab and put this CSS code in Custom CSS Code textarea. Then fix it, delete all caches, delete all optimizer plugins caches, then navigate to forum front-end and press Ctrl+F5 twice to delete browser cache:</p><pre>#wpforo #wpforo-wrap ul.product_list_widget li img{<br />  float: left;<br />   margin-right: 20px !important;<br />}<br /><br />#wpforo #wpforo-wrap ul.product_list_widget li span {<br />    font-weight: inherit;<br />}</pre><p>It should look like this:</p><p>https://wpforo.com/wp-content/uploads/2019/03/2019-03-23_0219.png</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25259</guid>
                    </item>
				                    <item>
                        <title>How change the widget &quot;products&quot; in the lateral bar</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25244</link>
                        <pubDate>Fri, 22 Mar 2019 18:58:04 +0000</pubDate>
                        <description><![CDATA[Hello every one,I want change the widget &quot;products&quot; display (woocommerce) in the right lateral bar of the forum.But as you see, the title is not center under the product image, and the price...]]></description>
                        <content:encoded><![CDATA[<p>Hello every one,</p><p>I want change the widget "products" display (woocommerce) in the right lateral bar of the forum.</p><p>But as you see, the title is not center under the product image, and the price is on the extrem right</p><p>Can i delete the text and the price ?</p><p>Or can i put the text under the image, and center the price ?</p><p>How can i do.</p><p>Thanks for the help.</p><p>Best regards,<br />L.</p><p>My forum : https://www.lamethodestreet.fr/forum-musculation/</p><div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="//wpforo.com/wp-content/uploads/wpforo/default_attachments/1553281084-Sans-titre.png" target="_blank" rel="noopener">Sans-titre.png</a></div>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Street</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-change-the-widget-products-in-the-lateral-bar/#post-25244</guid>
                    </item>
							        </channel>
        </rss>
		