<?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>
									Editing CSS Code for wpForo category header - How-to and Troubleshooting				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 09 Mar 2026 05:46:19 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Editing CSS Code for wpForo category header</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102664</link>
                        <pubDate>Fri, 19 May 2023 20:00:32 +0000</pubDate>
                        <description><![CDATA[@chris Thanks for your help!]]></description>
                        <content:encoded><![CDATA[@chris Thanks for your help!]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>eviolette</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102664</guid>
                    </item>
				                    <item>
                        <title>RE: Editing CSS Code for wpForo category header</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102663</link>
                        <pubDate>Fri, 19 May 2023 19:35:58 +0000</pubDate>
                        <description><![CDATA[@dimalifragis Thanks for the reminder! I just tried to implement that!]]></description>
                        <content:encoded><![CDATA[@dimalifragis Thanks for the reminder! I just tried to implement that!]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>eviolette</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102663</guid>
                    </item>
				                    <item>
                        <title>RE: Editing CSS Code for wpForo category header</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102654</link>
                        <pubDate>Fri, 19 May 2023 09:13:17 +0000</pubDate>
                        <description><![CDATA[Hi @eviolette,
You need to use HTML tags to set the path of the CSS code and use CSS codes to manage the changes.
Example: the 1 line before the curly bracket are the HTML tags used to set...]]></description>
                        <content:encoded><![CDATA[<p>Hi <span>@eviolette,</span></p>
<p>You need to use HTML tags to set the path of the CSS code and use CSS codes to manage the changes.</p>
<p>Example: the 1 line before the curly bracket are the HTML tags used to set the path and 2,3 lines are CSS codes to make the changes on that particular HTML tag's.</p>
<pre contenteditable="false">#wpforo #wpforo-wrap .wpf-category-page .wpforo-category { 
    background-size: contain; 
    height: 170px;
}</pre>
<p>The code should be inserted in Custom CSS Field from wpForo &gt; Settings &gt; Colors &amp; Styles pages.</p>
<p>More info about CSS: https://www.w3schools.com/css/</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>Chris</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102654</guid>
                    </item>
				                    <item>
                        <title>RE: Editing CSS Code for wpForo category header</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102645</link>
                        <pubDate>Thu, 18 May 2023 22:29:52 +0000</pubDate>
                        <description><![CDATA[Hi,
Start from removing caching from your wpForo pages:
&lt;!-- WP Fastest Cache file was created in 0.91898894309998 seconds, on 18-05-23 18:28:26 --&gt;&lt;!-- need to refresh to see cac...]]></description>
                        <content:encoded><![CDATA[<p>Hi,</p>
<p>Start from removing caching from your wpForo pages:</p>
<p>https://wpforo.com/community/faq/wpforo-and-cache-plugins/</p>
<pre id="line1" contenteditable="false"><span class="comment">&lt;!-- WP Fastest Cache file was created in 0.91898894309998 seconds, on 18-05-23 18:28:26 --&gt;</span><span></span><span class="comment">&lt;!-- need to refresh to see cached version --&gt;</span></pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>dimalifragis</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102645</guid>
                    </item>
				                    <item>
                        <title>Editing CSS Code for wpForo category header</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102642</link>
                        <pubDate>Thu, 18 May 2023 19:53:29 +0000</pubDate>
                        <description><![CDATA[I am trying to add some customized CSS coding to wpForo that I generated online. It resizes the picture I used on the Category Cover Image. I tried adding this into the Custom CSS Code secti...]]></description>
                        <content:encoded><![CDATA[<p>I am trying to add some customized CSS coding to wpForo that I generated online. It resizes the picture I used on the Category Cover Image. I tried adding this into the Custom CSS Code section in Colors &amp; Styles but I could not get it to save. I am a novice with coding and trying to learn - TIA for any guidance you can give!<br /><br />Here is the code I generated at: <a href="https://www.w3docs.com/tools/code-editor/" target="_blank" rel="noopener">https://www.w3docs.com/</a></p>
<p>&lt;style&gt;<br />img {<br />max-width: 100%;<br />height: auto;<br />}<br />&lt;/style&gt;<br />&lt;img src="https://www.vealeentrepreneurs.org/wp-content/uploads/2023/05/VYEF-Educator-Forum-Banners-1140-×-170-px.png" alt="Educator Forum" /&gt;</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting</category>                        <dc:creator>eviolette</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/editing-css-code-for-wpforo-category-header/#post-102642</guid>
                    </item>
							        </channel>
        </rss>
		