<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Multiple Text Link colours]]></title><description><![CDATA[<p dir="auto">I need more than one colour for text links. I have tried creating a new style to apply as a class, however only details like underline etc apply. The text remains blue. I have 3 words and each I want to have a different colour on rollover i.e one is blue, the next is red. Any idea how I can add CSS that works.</p>
<p dir="auto">The code I have tried is below:</p>
<p dir="auto">.styleone:link {<br />
text-decoration: underline;<br />
color: #000;<br />
}</p>
<p dir="auto"><img src="/assets/uploads/files/1579099099849-screen-shot-2020-01-15-at-14.32.24.png" alt="Screen Shot 2020-01-15 at 14.32.24.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">You will see Work is the default blue. I want About to be Red and contact Green.</p>
<p dir="auto">Please, someone help!!</p>
]]></description><link>https://laythemeforum.com/topic/4848/multiple-text-link-colours</link><generator>RSS for Node</generator><lastBuildDate>Tue, 12 May 2026 13:20:45 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/4848.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 15 Jan 2020 14:39:59 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Multiple Text Link colours on Thu, 23 Jan 2020 09:45:28 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/doggettjones">@<bdi>DoggettJones</bdi></a><br />
ah great!!!<br />
Thank you for letting us know!</p>
<p dir="auto">Best!</p>
<p dir="auto">Marius</p>
]]></description><link>https://laythemeforum.com/post/16670</link><guid isPermaLink="true">https://laythemeforum.com/post/16670</guid><dc:creator><![CDATA[mariusjopen]]></dc:creator><pubDate>Thu, 23 Jan 2020 09:45:28 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple Text Link colours on Wed, 22 Jan 2020 11:25:57 GMT]]></title><description><![CDATA[<p dir="auto">Hi, Thanks for finding the time to reply to me.</p>
<p dir="auto">Custom CSS was the way to go.</p>
<p dir="auto">I created the following class:</p>
<p dir="auto">.link_bigideas:hover {<br />
text-decoration: none;<br />
color: #94c120 !important;<br />
}</p>
<p dir="auto">The applied the class in the source code editor;</p>
<p dir="auto">&lt;a class="link_bigideas" href="my page link"&gt;Big Ideas&lt;/a&gt;</p>
<p dir="auto">Working fine now. The !important attribute is what makes it possible.</p>
]]></description><link>https://laythemeforum.com/post/16652</link><guid isPermaLink="true">https://laythemeforum.com/post/16652</guid><dc:creator><![CDATA[DoggettJones]]></dc:creator><pubDate>Wed, 22 Jan 2020 11:25:57 GMT</pubDate></item><item><title><![CDATA[Reply to Multiple Text Link colours on Fri, 17 Jan 2020 10:36:13 GMT]]></title><description><![CDATA[<p dir="auto">Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/doggettjones">@<bdi>DoggettJones</bdi></a><br />
CUSTOM CSS is the way to go.</p>
<p dir="auto">Probably you can address each link separately.<br />
Also have a look into <strong>nth-child</strong></p>
<p dir="auto">Best!</p>
<p dir="auto">Marius</p>
]]></description><link>https://laythemeforum.com/post/16570</link><guid isPermaLink="true">https://laythemeforum.com/post/16570</guid><dc:creator><![CDATA[mariusjopen]]></dc:creator><pubDate>Fri, 17 Jan 2020 10:36:13 GMT</pubDate></item></channel></rss>