<?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 To - Hyperlink default formatting - How-to and Troubleshooting - wpForo 2.0				            </title>
            <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/</link>
            <description>Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 12 May 2026 00:10:41 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: How To - Hyperlink default formatting</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/paged/2/#post-12296</link>
                        <pubDate>Mon, 13 Nov 2017 17:55:10 +0000</pubDate>
                        <description><![CDATA[Worked perfectly, thank you for your support :) Sidenote:I rearranged the order to allow for the hover colour to be visible on a visited link.eg:#wpforo #wpforo-wrap .wpforo-post-content .wp...]]></description>
                        <content:encoded><![CDATA[<p>Worked perfectly, thank you for your support :)</p><p> </p><p>Sidenote:</p><p>I rearranged the order to allow for the hover colour to be visible on a visited link.</p><p>eg:</p><pre>#wpforo #wpforo-wrap .wpforo-post-content .wpfcl-a{color:#008000;}<br /><span style="color: #808080">#wpforo #wpforo-wrap .wpforo-post-content a:visited { color:#008000; }</span><br />#wpforo #wpforo-wrap .wpforo-post-content a:hover{color:#008000;}<br />#wpforo #wpforo-wrap .wpforo-post-content a:active {color:#008000;}<br />#wpforo #wpforo-wrap .wpforo-post-content a { color:#008000; }<br />#wpforo #wpforo-wrap .wpforo-post-content a {text-decoration: underline;}</pre>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>TonyShark</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/paged/2/#post-12296</guid>
                    </item>
				                    <item>
                        <title>RE: How To - Hyperlink default formatting</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/paged/2/#post-12281</link>
                        <pubDate>Sun, 12 Nov 2017 15:34:34 +0000</pubDate>
                        <description><![CDATA[You just need to add post content wrapper CSS to the code above, remove the old one and use this one:#wpforo #wpforo-wrap .wpforo-post-content .wpfcl-a{color:#008000;}#wpforo #wpforo-wrap .w...]]></description>
                        <content:encoded><![CDATA[<p>You just need to add post content wrapper CSS to the code above, remove the old one and use this one:</p><pre>#wpforo #wpforo-wrap .wpforo-post-content .wpfcl-a{color:#008000;}<br />#wpforo #wpforo-wrap .wpforo-post-content a:hover{color:#008000;}<br />#wpforo #wpforo-wrap .wpforo-post-content a:active {color:#008000;}<br />#wpforo #wpforo-wrap .wpforo-post-content a { color:#008000; }<br />#wpforo #wpforo-wrap .wpforo-post-content a:visited { color:#008000; }<br />#wpforo #wpforo-wrap .wpforo-post-content a {text-decoration: underline;}</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/how-to-hyperlink-default-formatting/paged/2/#post-12281</guid>
                    </item>
				                    <item>
                        <title>RE: How To - Hyperlink default formatting</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-12272</link>
                        <pubDate>Sat, 11 Nov 2017 13:23:24 +0000</pubDate>
                        <description><![CDATA[Thank you for your reply, The above information was unfortunately not useful.WPforo&#039;s basic design consists and is made up mostly of &#039;links&#039;. So, changing any of the above colours or code ch...]]></description>
                        <content:encoded><![CDATA[<p>Thank you for your reply,</p><p> </p><p>The above information was unfortunately not useful.</p><p>WPforo's basic design consists and is made up mostly of 'links'. So, changing any of the above colours or code changes ALL of the forums text. </p><p>I am looking to change the colour of hyperlinks only. eg <a href="https://flagshipgaming.com/" target="true">flagship gaming</a> </p><p>Could you please further advise. Thanks and have a good day :)</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>TonyShark</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-12272</guid>
                    </item>
				                    <item>
                        <title>RE: How To - Hyperlink default formatting</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-12252</link>
                        <pubDate>Fri, 10 Nov 2017 14:25:14 +0000</pubDate>
                        <description><![CDATA[All color settings are located in Dashboard &gt; Forums &gt; Settings &gt; Styles admin page. You can change whole forum color set. Please read wpForo doc:wpForo Styles:Colors of a Style:cas...]]></description>
                        <content:encoded><![CDATA[<p>All color settings are located in Dashboard &gt; Forums &gt; Settings &gt; Styles admin page. You can change whole forum color set. Please read wpForo doc:</p><p>wpForo Styles: https://wpforo.com/docs/root/wpforo-settings/style-settings/</p><p>wpForo Colors of a Style: https://wpforo.com/docs/root/forum-themes/theme-styles/</p><p>In case you only want to change link colors you should use the #11 (default, visited) and #15 (hover) colors. For more specific change of link colors you should use this CSS code:</p><pre>.wpfcl-a{color:<span style="color: #008000">#008000;</span>}<br />#wpforo #wpforo-wrap a:hover{color:<span style="color: #008000">#008000;</span>}<br />#wpforo #wpforo-wrap a:active {color:<span style="color: #008000">#008000;</span>}<br />#wpforo #wpforo-wrap a { color:<span style="color: #008000">#008000;</span> }<br />#wpforo #wpforo-wrap a:visited { color:<span style="color: #008000">#008000;</span> }<br />#wpforo #wpforo-wrap a {text-decoration: underline;}</pre><p>Put this CSS code in Dashboard &gt; Forums &gt; Settings &gt; Styles &gt; Custom CSS Textarea. Delete all caches and do Ctrl+F5 on forum page.</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>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-12252</guid>
                    </item>
				                    <item>
                        <title>RE: How To - Hyperlink default formatting</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-12223</link>
                        <pubDate>Thu, 09 Nov 2017 19:37:43 +0000</pubDate>
                        <description><![CDATA[Im looking to find out how to underline and change the colour of all links posted in our forums, any help would be appreciated.]]></description>
                        <content:encoded><![CDATA[<p>Im looking to find out how to underline and change the colour of all links posted in our forums, any help would be appreciated.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>TonyShark</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-12223</guid>
                    </item>
				                    <item>
                        <title>RE: How To - Hyperlink default formatting</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-8092</link>
                        <pubDate>Sat, 18 Mar 2017 09:36:44 +0000</pubDate>
                        <description><![CDATA[Hi awsome-dudes,Please leave forum URL.]]></description>
                        <content:encoded><![CDATA[<p>Hi awsome-dudes,</p><p>Please leave 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>Robert</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-8092</guid>
                    </item>
				                    <item>
                        <title>How To - Hyperlink default formatting</title>
                        <link>https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-8062</link>
                        <pubDate>Wed, 15 Mar 2017 23:17:55 +0000</pubDate>
                        <description><![CDATA[Ive managed to get my hyperlinks underlined by default, but im having trouble figuring out how to make them stay a specific color other than that of the rest of the text. I realize I can cha...]]></description>
                        <content:encoded><![CDATA[<p> Ive managed to get my hyperlinks underlined by default, but im having trouble figuring out how to make them stay a specific color other than that of the rest of the text. I realize I can change it when im posting, but id like to set a default.</p><p>Any help would be appreciated thanks.</p>]]></content:encoded>
						                            <category domain="https://wpforo.com/community/how-to-and-troubleshooting-2/">How-to and Troubleshooting - wpForo 2.0</category>                        <dc:creator>awsome-dudes</dc:creator>
                        <guid isPermaLink="true">https://wpforo.com/community/how-to-and-troubleshooting-2/how-to-hyperlink-default-formatting/#post-8062</guid>
                    </item>
							        </channel>
        </rss>
		