<?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>
									some style tweaking - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/generic-styles-not-applied/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 20 Apr 2026 12:17:30 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: some style tweaking</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/generic-styles-not-applied/#post-5763</link>
                        <pubDate>Wed, 23 Nov 2016 06:17:25 +0000</pubDate>
                        <description><![CDATA[The /styles/ folder is not for customization, it only contains color variables, you can change those in Forums &gt; Settings &gt; Styles admin page. You should use style.css file for custom ...]]></description>
                        <content:encoded><![CDATA[<p>The /styles/ folder is not for customization, it only contains color variables, you can change those in Forums &gt; Settings &gt; Styles admin page. You should use style.css file for custom styling. Also you can use all template files and /layouts/ folder. Please don't manipulate with /styles/ folder it's not designed for what you're trying to do.</p><p>the colors.css file is a dynamic file and being generated based on settings made in Forums &gt; Settings &gt; Styles admin page, you should not copy this css file too. Only Use styles.css. </p><p>If nothing works I'd recommend have the same files and folders in the parent theme folder, maybe it doesn't support child themes.</p>]]></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/generic-styles-not-applied/#post-5763</guid>
                    </item>
				                    <item>
                        <title>RE: some style tweaking</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/generic-styles-not-applied/#post-5759</link>
                        <pubDate>Tue, 22 Nov 2016 21:25:56 +0000</pubDate>
                        <description><![CDATA[Sorry, but customising my code in templates/styles is not applying any changes to my Forum. See screenshot for correct folder structure...
overrides.JPG]]></description>
                        <content:encoded><![CDATA[<p>Sorry, but customising my code in templates/styles is not applying any changes to my Forum. See screenshot for correct folder structure...</p>
<div id="wpfa-" class="wpforo-attached-file"><a class="wpforo-default-attachment" href="https://wpforo.com/wp-content/uploads/wpforo/default_attachments/1479849956-overrides.jpg" target="_blank"><i class="fa fa-paperclip"></i>overrides.JPG</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>AgendaVolo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/generic-styles-not-applied/#post-5759</guid>
                    </item>
				                    <item>
                        <title>RE: some style tweaking</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/generic-styles-not-applied/#post-5726</link>
                        <pubDate>Sun, 20 Nov 2016 13:32:44 +0000</pubDate>
                        <description><![CDATA[I meant to add a different icon for each post category. By looking at the code I can see it&#039;s not possible. Thank you.]]></description>
                        <content:encoded><![CDATA[<p>I meant to add a different icon for each post category. By looking at the code I can see it's not possible. Thank you.</p><p> </p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>AgendaVolo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/generic-styles-not-applied/#post-5726</guid>
                    </item>
				                    <item>
                        <title>RE: some style tweaking</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/generic-styles-not-applied/#post-5702</link>
                        <pubDate>Sat, 19 Nov 2016 16:00:30 +0000</pubDate>
                        <description><![CDATA[You can do everything you want with wpForo look and feel. wpForo has a separate theme API.Description:wpForo theme files contain the markup and template structure for frontend of your forum....]]></description>
                        <content:encoded><![CDATA[<p>You can do everything you want with wpForo look and feel. wpForo has a separate theme API.</p><p>Description:</p><p style="font-size: 13px;padding: 0px;margin: 10px">wpForo theme files contain the markup and template structure for frontend of your forum. Theme files can be found within the <span style="color: #43a6df">/wpforo/wpf-themes/</span> directory, in current active theme folder, for example <span style="color: #43a6df">/classic/</span>. You can edit these files in an upgrade-safe way using overrides. For example, copy the certain or all files of <span style="color: #43a6df">/classic/</span> folder into a folder within your current active WordPress theme named <span style="color: #43a6df">/wpforo/</span>, keeping the same file structure.</p><div style="background: #F5F5F5;border: #ddd 1px dotted;padding: 10px 15px;margin: 5px 0px;font-size: 13px;line-height: 18px">Example: To override the "Topic List" template file of the Extended (#1) forum layout, copy according file: <span style="color: #43a6df">plugins/wpforo/wpf-themes/classic/<span style="color: #c98b4c">layouts/1/topic.php</span></span> to <span style="color: #43a6df">themes/yourtheme/wpforo/<span style="color: #c98b4c">layouts/1/topic.php</span></span></div><p style="font-size: 13px;padding: 0px;margin: 10px">The copied file will now automatically override the wpForo default theme file. All changes in this file will not be lost on forum update.</p><div style="background: #F6F7D8;border: #ddd 1px dotted;padding: 10px 15px;margin: 5px 0px;font-size: 13px;line-height: 18px">Do not edit these files within the core plugin itself as they are overwritten during the upgrade process and any customizations will be lost.</div>]]></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/generic-styles-not-applied/#post-5702</guid>
                    </item>
				                    <item>
                        <title>some style tweaking</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/generic-styles-not-applied/#post-5698</link>
                        <pubDate>Sat, 19 Nov 2016 13:59:27 +0000</pubDate>
                        <description><![CDATA[Hello, I would like to know if it&#039;s possible to add a  different icon for each forum/topic (in place of the font-awesome-comment).One more: is it possible to move the top menu bar to the bot...]]></description>
                        <content:encoded><![CDATA[<p>Hello, I would like to know if it's possible to add a  different icon for each forum/topic (in place of the font-awesome-comment).</p><p>One more: is it possible to move the top menu bar to the bottom, just above or below Statistics ?</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>AgendaVolo</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/generic-styles-not-applied/#post-5698</guid>
                    </item>
							        </channel>
        </rss>
		