<?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>add underline to links &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/add-underline-to-links/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/add-underline-to-links/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 03:28:38 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/add-underline-to-links/#post-321105</guid>
					<title><![CDATA[add underline to links]]></title>
					<link>https://theme.co/archive/forums/topic/add-underline-to-links/#post-321105</link>
					<pubDate>Sun, 05 Jul 2015 02:33:47 +0000</pubDate>
					<dc:creator>blackhearse</dc:creator>

					<description>
						<![CDATA[
						<p>Hello. I want to add an underline to all of my text links (upon hover) that are not menu related. I&#8217;d like to do this regardless of the html tags used (p, h1, etc.). </p>
<p>I&#8217;ve tried the following but they didn&#8217;t want to work:</p>
<p>a { text-decoration:underline; }<br />
.underline-links:hover { text-decoration: underline; }<br />
.x-main.full p a,<br />
.x-main.full p a:hover {text-decoration: underline;}<br />
.x-main a { text-decoration: underline; }<br />
.x-main a:hover { text-decoration: underline; }</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-underline-to-links/#post-321218</guid>
					<title><![CDATA[Reply To: add underline to links]]></title>
					<link>https://theme.co/archive/forums/topic/add-underline-to-links/#post-321218</link>
					<pubDate>Sun, 05 Jul 2015 06:42:24 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>Thanks for writing in!</p>
<p>To add an underline to all of your text links (upon hover) that are not menu related, please add the following css code in the customizer, <strong>Appearance &gt; Customize &gt; Custom &gt; CSS</strong></p>
<pre><code>.site a:hover { 
    text-decoration:underline; 
}

.site .menu-item a:hover { 
    text-decoration: none; 
}</code></pre>
<p>Hope this helps. Kindly let us know.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-underline-to-links/#post-323844</guid>
					<title><![CDATA[Reply To: add underline to links]]></title>
					<link>https://theme.co/archive/forums/topic/add-underline-to-links/#post-323844</link>
					<pubDate>Wed, 08 Jul 2015 01:48:25 +0000</pubDate>
					<dc:creator>blackhearse</dc:creator>

					<description>
						<![CDATA[
						<p>Hello. The CSS worked when I put it in Appearance &gt; Customize &gt; Custom &gt; CSS, but it wouldn&#8217;t work when  added to my style sheet. Is there any way I can put it there? I&#8217;d like to have all my CSS in one place.</p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-underline-to-links/#post-323979</guid>
					<title><![CDATA[Reply To: add underline to links]]></title>
					<link>https://theme.co/archive/forums/topic/add-underline-to-links/#post-323979</link>
					<pubDate>Wed, 08 Jul 2015 05:44:36 +0000</pubDate>
					<dc:creator>Friech</dc:creator>

					<description>
						<![CDATA[
						<p>Hi There,</p>
<p>Please update the code to this:</p>
<pre><code>body .site a:hover { 
    text-decoration:underline; 
}

body .site .menu-item a:hover { 
    text-decoration: none; 
}</code></pre>
<p>Provide us the site URL if this still doesn&#8217;t solve the issue.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-underline-to-links/#post-325021</guid>
					<title><![CDATA[Reply To: add underline to links]]></title>
					<link>https://theme.co/archive/forums/topic/add-underline-to-links/#post-325021</link>
					<pubDate>Thu, 09 Jul 2015 02:14:50 +0000</pubDate>
					<dc:creator>blackhearse</dc:creator>

					<description>
						<![CDATA[
						<p>Hello.<br />
Thanks, but that didn&#8217;t work. Here&#8217;s a link to a test page:</p>
<p><a href="http://www.draworpaint.com/3706-2/" rel="nofollow">http://www.draworpaint.com/3706-2/</a></p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-underline-to-links/#post-325085</guid>
					<title><![CDATA[Reply To: add underline to links]]></title>
					<link>https://theme.co/archive/forums/topic/add-underline-to-links/#post-325085</link>
					<pubDate>Thu, 09 Jul 2015 03:23:15 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hello There,</p>
<p>It is not working because there are a few errors in your stylesheet. We saw this one:<br />
<img decoding="async" src="http://i.imgur.com/ktnIsvR.png" alt="" /></p>
<p>There might be some other errors. Please make sure that your stylesheet has a valid code. Any error generated in your stylesheet could invalidate the code and it will not take effect. </p>
<p>Please let us know how it goes.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-underline-to-links/#post-327097</guid>
					<title><![CDATA[Reply To: add underline to links]]></title>
					<link>https://theme.co/archive/forums/topic/add-underline-to-links/#post-327097</link>
					<pubDate>Sat, 11 Jul 2015 04:14:16 +0000</pubDate>
					<dc:creator>blackhearse</dc:creator>

					<description>
						<![CDATA[
						<p>Once again, you guys are awesome.</p>
<p>Thanks!</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/add-underline-to-links/#post-327138</guid>
					<title><![CDATA[Reply To: add underline to links]]></title>
					<link>https://theme.co/archive/forums/topic/add-underline-to-links/#post-327138</link>
					<pubDate>Sat, 11 Jul 2015 05:40:25 +0000</pubDate>
					<dc:creator>Rue Nel</dc:creator>

					<description>
						<![CDATA[
						<p>Hey There,</p>
<p>You are most welcome!<br />
We are glad we were able to help you out.</p>
<p>If there’s anything else, we can help you with, please let us know.</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

