<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Topic: remove underline effect on links</title>
		<link>http://en.forums.wordpress.com/topic/remove-underline-effect-on-links</link>
		<description>WordPress.com Forums &#187; Topic: remove underline effect on links</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 13:37:35 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/remove-underline-effect-on-links" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "remove underline effect on links"</title>
			<link>http://en.forums.wordpress.com/topic/remove-underline-effect-on-links#post-1156349</link>
			<pubDate>Mon, 18 Feb 2013 20:58:44 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1156349@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This will remove the underline when you hover over links in the post content, post meta, or comments in the Blogum theme:</p>
<pre><code>.post-content p a:hover,
.post-content li a:hover,
.post-content table a:hover,
.post-data a:hover,
.comments-link a:hover {
	border: none;
	text-decoration: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>misafir13 on "remove underline effect on links"</title>
			<link>http://en.forums.wordpress.com/topic/remove-underline-effect-on-links#post-1148488</link>
			<pubDate>Sun, 10 Feb 2013 12:05:37 +0000</pubDate>
			<dc:creator>misafir13</dc:creator>
			<guid isPermaLink="false">1148488@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Inline style</p>
<p>This method removes the underline from a single link.</p>
<p><a href="http://www.example.com/">Example</a></p>
<p>Note that inline style is not advised. It makes code less maintainable and uses extra bandwidth.
</p>
]]></description>
					</item>
		<item>
			<title>squarepixel on "remove underline effect on links"</title>
			<link>http://en.forums.wordpress.com/topic/remove-underline-effect-on-links#post-1140933</link>
			<pubDate>Fri, 01 Feb 2013 14:01:29 +0000</pubDate>
			<dc:creator>squarepixel</dc:creator>
			<guid isPermaLink="false">1140933@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you check the custom CSS you have, you should find this line, that defines the styles applied on mouseover:</p>
<p><code>.post-content p a:hover,.post-content li a:hover,.post-content table a:hover {&lt;br /&gt;
	background-color: #00f1c6&lt;br /&gt;
}</code></p>
<p>In that same selector, if you add this line:</p>
<p><code>border-bottom: 0px;</code></p>
<p>then the black underline will disappear on mouseover.
</p>
]]></description>
					</item>
		<item>
			<title>youthandlust on "remove underline effect on links"</title>
			<link>http://en.forums.wordpress.com/topic/remove-underline-effect-on-links#post-1138596</link>
			<pubDate>Wed, 30 Jan 2013 08:42:33 +0000</pubDate>
			<dc:creator>youthandlust</dc:creator>
			<guid isPermaLink="false">1138596@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi folks,</p>
<p>sorry to bother you,<br />
my blog is with some kind of conflict somewhere.<br />
it shouldn't have those black underlines on links in mouseover mode.</p>
<p>can u help me fixing this?<br />
(i just want to keep the green bar, not the black underline)</p>
<p>many thanks in advance.
</p>
]]></description>
					</item>

	</channel>
</rss>
