<?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[How to remove underline from linked text with Image Hover addon]]></title><description><![CDATA[[[topic:post-is-deleted]]]]></description><link>https://laythemeforum.com/topic/7348/how-to-remove-underline-from-linked-text-with-image-hover-addon</link><generator>RSS for Node</generator><lastBuildDate>Sat, 15 Aug 2026 18:42:23 GMT</lastBuildDate><atom:link href="https://laythemeforum.com/topic/7348.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 10 Nov 2021 09:29:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to remove underline from linked text with Image Hover addon on Wed, 10 Nov 2021 10:06:14 GMT]]></title><description><![CDATA[<p dir="auto">You can use custom CSS</p>
<p dir="auto">like</p>
<pre><code>a[data-hoverimageid] {
   border-bottom: none !important;
   text-decoration: none !important;
}
</code></pre>
]]></description><link>https://laythemeforum.com/post/27251</link><guid isPermaLink="true">https://laythemeforum.com/post/27251</guid><dc:creator><![CDATA[thomasmaier]]></dc:creator><pubDate>Wed, 10 Nov 2021 10:06:14 GMT</pubDate></item></channel></rss>