<?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[Links in Texts Mouseover Problem]]></title><description><![CDATA[<p dir="auto">Dear LT Team,</p>
<p dir="auto">Recently I am using your theme and it looks pretty great. Playing around and it is fun! But I encountered a problem with the mouseover function. I changed the color of the mouseover to black and it works but not on all texts.</p>
<p dir="auto"><strong>browser</strong>: edge</p>
<p dir="auto"><strong>code</strong>:</p>
<pre><code>a:hover {
    color: #000000 !important;
}
</code></pre>
<p dir="auto">does not work.</p>
<p dir="auto"><strong>site</strong>: <a href="https://proteincollective.de" target="_blank" rel="noopener noreferrer nofollow ugc">https://proteincollective.de</a></p>
<p dir="auto">Maybe I missed something? Thank you in advance!</p>
]]></description><link>https://laythemeforum.com/topic/7731/links-in-texts-mouseover-problem</link><generator>RSS for Node</generator><lastBuildDate>Tue, 18 Aug 2026 20:41:57 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/7731.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 17 Mar 2022 07:49:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Links in Texts Mouseover Problem on Tue, 22 Mar 2022 20:23:19 GMT]]></title><description><![CDATA[<h3>Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/stjopa">@<bdi>Stjopa</bdi></a></h3>
<p dir="auto">Great to hear its working! no harm in learning some CSS and HTML, it opens up a world of possibilities! ⭐️</p>
<hr />
<h5>Sincerely</h5>
<h5>Richard</h5>
]]></description><link>https://laythemeforum.com/post/28942</link><guid isPermaLink="true">https://laythemeforum.com/post/28942</guid><dc:creator><![CDATA[Richard]]></dc:creator><pubDate>Tue, 22 Mar 2022 20:23:19 GMT</pubDate></item><item><title><![CDATA[Reply to Links in Texts Mouseover Problem on Tue, 22 Mar 2022 10:02:33 GMT]]></title><description><![CDATA[<p dir="auto">Thank you Richard! It works. I should work on my css and html skills...</p>
]]></description><link>https://laythemeforum.com/post/28931</link><guid isPermaLink="true">https://laythemeforum.com/post/28931</guid><dc:creator><![CDATA[Stjopa]]></dc:creator><pubDate>Tue, 22 Mar 2022 10:02:33 GMT</pubDate></item><item><title><![CDATA[Reply to Links in Texts Mouseover Problem on Sun, 20 Mar 2022 02:52:29 GMT]]></title><description><![CDATA[<h3>Dear <a class="plugin-mentions-user plugin-mentions-a" href="/user/stjopa">@<bdi>Stjopa</bdi></a></h3>
<p dir="auto">The code will work with only "links" or <code>a</code> 's<br />
Not all text will hover black. Do you want any type of text as well to hover black?</p>
<p dir="auto">Sometimes there is a <code>&lt;span&gt;</code> element within the link that is also worth targeting, so your code would be:</p>
<pre><code>a:hover {
    color: #000000 !important;
}

a span:hover {
    color: #000000 !important;
}

</code></pre>
<p dir="auto">This will help target both links and some stubborn &lt;span&gt;'s that sit within the links 🌝</p>
<hr />
<h5>best wishes</h5>
<h5>Richard</h5>
]]></description><link>https://laythemeforum.com/post/28888</link><guid isPermaLink="true">https://laythemeforum.com/post/28888</guid><dc:creator><![CDATA[Richard]]></dc:creator><pubDate>Sun, 20 Mar 2022 02:52:29 GMT</pubDate></item></channel></rss>