<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>remove dotted line under image links &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/feed/</link>
		<description></description>
		<lastBuildDate>Sat, 11 Oct 2025 16:17:36 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-52356</guid>
					<title><![CDATA[remove dotted line under image links]]></title>
					<link>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-52356</link>
					<pubDate>Wed, 04 Jun 2014 18:06:42 +0000</pubDate>
					<dc:creator>Cesar J</dc:creator>

					<description>
						<![CDATA[
						<p>I&#8217;m having trouble removing the small dotted white lines that appear under a link from a widget I&#8217;m using.</p>
<p>Some say it&#8217;s a Firefox issue, is this true? If not, I&#8217;d love to know what I need to my custom css section to remove those dotted lines.</p>
<p>Sorry I can&#8217;t provide a link at the moment. I&#8217;m building my site on my machine first so it&#8217;s not published right now.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-52629</guid>
					<title><![CDATA[Reply To: remove dotted line under image links]]></title>
					<link>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-52629</link>
					<pubDate>Thu, 05 Jun 2014 04:19:57 +0000</pubDate>
					<dc:creator>Christian</dc:creator>

					<description>
						<![CDATA[
						<p>Hey Cesar,</p>
<p>Can you give us a screenshot of the dotted line? Our demos don&#8217;t have the dotted lines.</p>
<p>Thanks.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806005</guid>
					<title><![CDATA[Reply To: remove dotted line under image links]]></title>
					<link>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806005</link>
					<pubDate>Mon, 22 Feb 2016 02:17:20 +0000</pubDate>
					<dc:creator>Leanna</dc:creator>

					<description>
						<![CDATA[
						<p>Hi, I&#8217;ve got the same problem with my linked logo image in my topbar.<br />
URL:  <a href="http://www.tellasia.org" rel="nofollow">http://www.tellasia.org</a><br />
The code in Customizer-Header-Topbar is:<br />
<a href="http://www.tellasia.org" rel="nofollow"><img decoding="async" src="http://www.tellasia.org/wp-content/uploads/2016/02/TellASIA-logo-redbrown-2015-font300.png" width="260px" /></a>&lt;br&gt;&lt;span style=&#8221;color:#990000&#8243;&gt;Transforming lives in the most needy areas of the world. &lt;/span&gt;</p>
<p>Note that when you mous-over the image a small dotted red line appears through it. How can I get rid of that?<br />
thanks &#8211; login info to follow</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806008</guid>
					<title><![CDATA[Reply To: remove dotted line under image links]]></title>
					<link>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806008</link>
					<pubDate>Mon, 22 Feb 2016 02:17:43 +0000</pubDate>
					<dc:creator>Leanna</dc:creator>

					<description>
						<![CDATA[
						This reply has been marked as private.						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806237</guid>
					<title><![CDATA[Reply To: remove dotted line under image links]]></title>
					<link>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806237</link>
					<pubDate>Mon, 22 Feb 2016 05:55:19 +0000</pubDate>
					<dc:creator>Paul R</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Leanna,</p>
<p>To remove it, you can add this under <strong>Custom &gt; CSS</strong> in the <strong>Customizer</strong>.</p>
<pre><code>
body .x-topbar .p-info a {
    border: 0;
}
</code></pre>
<p>Hope that helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806281</guid>
					<title><![CDATA[Reply To: remove dotted line under image links]]></title>
					<link>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806281</link>
					<pubDate>Mon, 22 Feb 2016 06:46:22 +0000</pubDate>
					<dc:creator>Leanna</dc:creator>

					<description>
						<![CDATA[
						<p>Great job thank you! </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806289</guid>
					<title><![CDATA[Reply To: remove dotted line under image links]]></title>
					<link>https://theme.co/archive/forums/topic/remove-dotted-line-under-image-links/#post-806289</link>
					<pubDate>Mon, 22 Feb 2016 06:50:07 +0000</pubDate>
					<dc:creator>Rupok</dc:creator>

					<description>
						<![CDATA[
						<p>You are welcome!</p>
<p>Glad that it helped. Feel free to let us know if you face any other issue. We’ll be happy to assist you.</p>
<p>Cheers!</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

