<?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; Tag: Underline - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/underline</link>
		<description>WordPress.com Forums &#187; Tag: Underline - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 18:30:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/underline" rel="self" type="application/rss+xml" />

		<item>
			<title>janepell on "Can&#039;t remove underline from links"</title>
			<link>http://en.forums.wordpress.com/topic/cant-remove-underline-from-links#post-1280704</link>
			<pubDate>Sun, 26 May 2013 21:52:21 +0000</pubDate>
			<dc:creator>janepell</dc:creator>
			<guid isPermaLink="false">1280704@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you. That worked.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Can&#039;t remove underline from links"</title>
			<link>http://en.forums.wordpress.com/topic/cant-remove-underline-from-links#post-1280624</link>
			<pubDate>Sun, 26 May 2013 19:22:23 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1280624@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This won't work because the underline on Tasrki isn't an an underline, it's a bottom border. Try this:<br />
<pre><code>.content a:link, .content a:active, .content a:visited, .post-content a:link, .post-content a:active, .post-content a:visited, .comment-content a:link, .comment-content a:active, .comment-content a:visited, #blurb a:link, #blurb a:active, #blurb a:visited, .recent p a:link, .recent p a:active, .recent p a:visited {
border-bottom: 0 none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>janepell on "Can&#039;t remove underline from links"</title>
			<link>http://en.forums.wordpress.com/topic/cant-remove-underline-from-links#post-1280582</link>
			<pubDate>Sun, 26 May 2013 18:12:32 +0000</pubDate>
			<dc:creator>janepell</dc:creator>
			<guid isPermaLink="false">1280582@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I use Tarski theme with custom CSS.</p>
<p>I tried pasting this code but it won't remove the link underline.</p>
<p>a:link,a:visited,a:active {<br />
	color: #6666cc;<br />
	text-decoration: none;</p>
<p>Any ideas on what I'm doing wrong?</p>
<p>Thank you.
</p>
]]></description>
					</item>
		<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>
		<item>
			<title>callingchristians on "Fullscreen Kitchen Sink Update"</title>
			<link>http://en.forums.wordpress.com/topic/fullscreen-kitchen-sink-update#post-1019672</link>
			<pubDate>Sun, 23 Sep 2012 16:04:03 +0000</pubDate>
			<dc:creator>callingchristians</dc:creator>
			<guid isPermaLink="false">1019672@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, when writing articles, I love using the full screen view, however the kitchen sink does not have 'underline' as one formatting feature while it has 'bold' and 'italics'. It's often pain staking to have to return to the orthodox, non-full screen view and have to place underlines all over again.</p>
<p>Hopefully this one button can be added to this minimalistic (&#60;3) menu! Thanks for an otherwise, perfect service.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "How to change appearance of links in a post?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-appearance-of-links-in-a-post#post-900504</link>
			<pubDate>Thu, 31 May 2012 23:26:22 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">900504@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The Custom design upgrade allows you to change the appearance once for all. Without the upgrade you can change it on a post-by-post basis; see here:<br />
<a href="http://wpbtips.wordpress.com/2009/07/11/formatting-text-pt-5/" rel="nofollow">http://wpbtips.wordpress.com/2009/07/11/formatting-text-pt-5/</a><br />
Or you can switch to a different theme: the default styling of links varies from theme to theme. You can see all themes in action here:<br />
<a href="http://theme.wordpress.com/themes/sort/name/" rel="nofollow">http://theme.wordpress.com/themes/sort/name/</a>
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to change appearance of links in a post?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-appearance-of-links-in-a-post#post-900500</link>
			<pubDate>Thu, 31 May 2012 23:24:37 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">900500@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>See here for color customizable themes &#62; <a href="http://wpbtips.wordpress.com/2009/03/24/color-customisable-themes/" rel="nofollow">http://wpbtips.wordpress.com/2009/03/24/color-customisable-themes/</a> </p>
<p>If you are expecting to be able to click a button and change fonts throughout your blog then it’s not that easily done.</p>
<p>These are 3 ways to change fonts on wordpress.com blogs.</p>
<p>(1) Changing font families, colors and size in text in posts or pages either post by post or page by page by coding into the HTML editor. <a href="http://en.support.wordpress.com/editors/font-size-color/" rel="nofollow">http://en.support.wordpress.com/editors/font-size-color/</a></p>
<p>(2) Changing font colors in text in posts or pages either post by post or page by page using the #4 icon (Select text color – change the text color) in Row 2 the Visual editor. <a href="http://en.support.wordpress.com/visual-editor/#row-2" rel="nofollow">http://en.support.wordpress.com/visual-editor/#row-2</a></p>
<p>(3) Changing all font families, colors and sizes throughout the whole blog by purchasing an annually renewable Custom Design upgrade and using Typekit Fonts with Staff support. <a href="http://en.support.wordpress.com/custom-design/" rel="nofollow">http://en.support.wordpress.com/custom-design/</a></p>
<p>Note: A few themes do provide for changing font color in the Blog Title and/or optional Tagline and/or links. In the majority of themes font changes to font families, colors and size in the blog title, tagline, menu, post titles, page titles, categories and tags, widget headings, comments, and links cannot be done without CSS editing.
</p>
]]></description>
					</item>
		<item>
			<title>chainoil on "How to change appearance of links in a post?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-appearance-of-links-in-a-post#post-900499</link>
			<pubDate>Thu, 31 May 2012 23:21:21 +0000</pubDate>
			<dc:creator>chainoil</dc:creator>
			<guid isPermaLink="false">900499@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It looks like I had a misspelling in my blog address that is linked to my member name. I fixed it.Thanks for pointing it out! :-) The link in my posted question is correct. </p>
<p>I definitely don't have the CSS package. Is there a different theme I can switch to that makes links embedded inside a paragraph more prominent? I can't believe that I can't make links appear in different colors or accents without a $30 upgrade.</p>
<p>Thanks! :-)
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "How to change appearance of links in a post?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-appearance-of-links-in-a-post#post-899948</link>
			<pubDate>Thu, 31 May 2012 15:31:40 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">899948@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Following up on absurdoldbird's question see here please &#62; <a href="http://en.support.wordpress.com/custom-design/" rel="nofollow">http://en.support.wordpress.com/custom-design/</a><br />
CSS editing &#62; <a href="http://en.support.wordpress.com/custom-design/editing-css/" rel="nofollow">http://en.support.wordpress.com/custom-design/editing-css/</a>
</p>
]]></description>
					</item>
		<item>
			<title>absurdoldbird on "How to change appearance of links in a post?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-appearance-of-links-in-a-post#post-899945</link>
			<pubDate>Thu, 31 May 2012 15:28:57 +0000</pubDate>
			<dc:creator>absurdoldbird</dc:creator>
			<guid isPermaLink="false">899945@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Two things. First, the blog that links to your username is deleted. If you're asking about a different blog, please post the URL here, starting with http://</p>
<p>Secondly, to change the default behaviour of links, you'll probably need the CSS customisation upgrade. Do you have that?
</p>
]]></description>
					</item>
		<item>
			<title>chainoil on "How to change appearance of links in a post?"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-change-appearance-of-links-in-a-post#post-899493</link>
			<pubDate>Thu, 31 May 2012 04:06:55 +0000</pubDate>
			<dc:creator>chainoil</dc:creator>
			<guid isPermaLink="false">899493@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to be able to change the default appearance of my links, whether they have been clicked before or not. Is there a way to make the links a different color or to add an underline to them? I am using the visual editor. Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove underline on links"</title>
			<link>http://en.forums.wordpress.com/topic/remove-underline-on-links#post-897068</link>
			<pubDate>Mon, 28 May 2012 22:37:15 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">897068@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I have a little more follow-up on this. Now I can see that <a href="http://kylecallahanmysteries.com/" rel="nofollow">http://kylecallahanmysteries.com/</a> is linked to your username and it's using the Chateau theme. Here is the stylesheet for Chateau:<br />
<a href="https://s1.wp.com/wp-content/themes/pub/chateau/style.css?m=1335393443g&#038;minify=false" rel="nofollow">https://s1.wp.com/wp-content/themes/pub/chateau/style.css?m=1335393443g&#038;minify=false</a></p>
<p>In that stylesheet, there is a Links section where I found this CSS:</p>
<pre><code>.post-entry a {
	color: #990000;
	text-decoration: underline;
}</code></pre>
<p>You can add the following to your Appearance &#8594; Custom Design &#8594; CSS to turn off underlining and make links bold inside posts:</p>
<pre><code>.post-entry a {
	font-weight: bold;
	text-decoration: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Remove underline on links"</title>
			<link>http://en.forums.wordpress.com/topic/remove-underline-on-links#post-893335</link>
			<pubDate>Thu, 24 May 2012 11:39:34 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">893335@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>It's possible the links are using a bottom-border instead of text-decoration. If you post your WordPress.com blog URL, then someone can help take a look at it. I would use browser tools to right-click on one of the underlined links and then select "Inspect Element". In most modern browsers, that will pull up the web inspector and show you the HTML for the element you clicked on as well as the CSS that applies to it.
</p>
]]></description>
					</item>
		<item>
			<title>kylecallahanmysteries on "Remove underline on links"</title>
			<link>http://en.forums.wordpress.com/topic/remove-underline-on-links#post-891474</link>
			<pubDate>Tue, 22 May 2012 10:00:32 +0000</pubDate>
			<dc:creator>kylecallahanmysteries</dc:creator>
			<guid isPermaLink="false">891474@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've read about this many places but in my CSS sheet there is no text decoration for the links.  The word 'underline' appears only twice, neither connected to links/URLs.  I'm at a standstill trying to figure out how to remove the underlines and replace them with bold text.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "CSS - can&#039;t get rid of hyperlink lines"</title>
			<link>http://en.forums.wordpress.com/topic/css-cant-get-rid-of-hyperlink-lines#post-805270</link>
			<pubDate>Mon, 30 Jan 2012 18:04:23 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">805270@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<pre><code>.entry-content a {
text-decoration: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>bedstuychick on "CSS - can&#039;t get rid of hyperlink lines"</title>
			<link>http://en.forums.wordpress.com/topic/css-cant-get-rid-of-hyperlink-lines#post-805120</link>
			<pubDate>Mon, 30 Jan 2012 14:55:00 +0000</pubDate>
			<dc:creator>bedstuychick</dc:creator>
			<guid isPermaLink="false">805120@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I am going nuts over this, and I know there's a simple fix.</p>
<p>So I found the CSS menu and added this code to the stylesheet:</p>
<p>a:focus,a:active,a:hover {<br />
color:#1873a1;<br />
text-decoration:none;}</p>
<p>I checked the page (not a post) once and the lines were gone. I went back to doublecheck five minutes later and the lines had reappeared. What am I doing wrong?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change menu black underline in &quot;Clean home&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/change-menu-black-underline-in-clean-home#post-797166</link>
			<pubDate>Fri, 20 Jan 2012 16:55:58 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">797166@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I forgot to mention before... a Typekit subscription for 50+ selected fonts comes with the custom design upgrade. Those are the fonts you see in your Appearance &#8594; Custom Design &#8594; Fonts page. You can use any of those without showing a Typekit badge if you have the WordPress.com <a href="http://en.support.wordpress.com/custom-design/">custom design upgrade</a>.</p>
<p>With regard to Century Gothic, it's a pretty common font, so you could probably just use it in a font stack if you'd like, for example:</p>
<p><code>font-family: &quot;Century Gothic&quot;, CenturyGothic, &quot;AppleGothic&quot;, sans-serif;</code></p>
<p>To learn more about font stacks, see <a href="http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/" rel="nofollow">http://unitinteractive.com/blog/2008/06/26/better-css-font-stacks/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change menu black underline in &quot;Clean home&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/change-menu-black-underline-in-clean-home#post-797153</link>
			<pubDate>Fri, 20 Jan 2012 16:42:24 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">797153@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>haha :) seems it worked out in the end!</p>
<p>Happy Friday. :)
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "Change menu black underline in &quot;Clean home&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/change-menu-black-underline-in-clean-home#post-797152</link>
			<pubDate>Fri, 20 Jan 2012 16:41:39 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">797152@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>looks like i'm having a conversation with myself here</p>
<p>your fix did work after all</p>
<p>i'm going mad</p>
<p>it's friday</p>
<p>bye!
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "Change menu black underline in &quot;Clean home&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/change-menu-black-underline-in-clean-home#post-797120</link>
			<pubDate>Fri, 20 Jan 2012 16:01:31 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">797120@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>actually sorry this does not work.</p>
<p>i  think therefore it is the line underneath the menu and NOT the top of the header.</p>
<p>#header-image {border-top:none;}
</p>
]]></description>
					</item>
		<item>
			<title>kothea on "Change menu black underline in &quot;Clean home&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/change-menu-black-underline-in-clean-home#post-797117</link>
			<pubDate>Fri, 20 Jan 2012 15:58:59 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">797117@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hi<br />
i wanted a specific font ie century gothic (not a rare one) i did not want to have to create a typekit account and display their badge.</p>
<p>thanks again for the fix!!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change menu black underline in &quot;Clean home&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/change-menu-black-underline-in-clean-home#post-797112</link>
			<pubDate>Fri, 20 Jan 2012 15:55:41 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">797112@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>May I ask what the trouble was with the fonts? Did you try picking fonts from the Appearance &#8594; Custom Design &#8594; Fonts page and you couldn't find something you liked?</p>
<p>The line below the menu on <a href="http://blog.kothea.com/" rel="nofollow">http://blog.kothea.com/</a> is from the header area. You can remove it with this CSS:</p>
<pre><code>#header-image {
  border-top: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>kothea on "Change menu black underline in &quot;Clean home&quot;"</title>
			<link>http://en.forums.wordpress.com/topic/change-menu-black-underline-in-clean-home#post-797109</link>
			<pubDate>Fri, 20 Jan 2012 15:53:16 +0000</pubDate>
			<dc:creator>kothea</dc:creator>
			<guid isPermaLink="false">797109@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>"Clean Home" Theme</p>
<p>I couldn't get the right fonts I wanted so decided to replace the header with a jpeg.</p>
<p>Unfortunately the menu has moved above the header (I can live with that) but underenath the menu (or less proabbly above the header) there is a black line.</p>
<p>how can I either remove the line or at least make it 98% opaque/white</p>
<p>am using elsewhere: #wrapper {  background: rgba(255, 255, 255, 0.98)  }
</p>
]]></description>
					</item>
		<item>
			<title>iamtakashi on "how to remove underline from sidebar menu items"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-underline-from-sidebar-menu-items#post-774757</link>
			<pubDate>Wed, 21 Dec 2011 14:54:26 +0000</pubDate>
			<dc:creator>iamtakashi</dc:creator>
			<guid isPermaLink="false">774757@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@goodflagbetsy</p>
<p>Like timethief answered, the only way to remove the underline from links in the sidebar in NotesIL theme is <a href="http://en.support.wordpress.com/custom-design/">Custom Design Upgrade</a>. Once you upgrade your blog, you can copy and paste the following snippets to the CSS tab. (Appearance → Custom Design)</p>
<p><code>div.sidebar ul li a {&lt;br /&gt;
text-decoration: none;&lt;br /&gt;
}</code></p>
<p>I hope it helps.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "how to remove underline from sidebar menu items"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-underline-from-sidebar-menu-items#post-772070</link>
			<pubDate>Sat, 17 Dec 2011 18:21:01 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">772070@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Will you also please consider linking your username to your blog? It’s very easy to do.  Dashboard -&#62; Users -&#62; Personal Settings -&#62; then scroll down to Account Details. Then scroll down to where it says  ‘Website‘ select the URL for your primary wordpress.com blog and then save changes.</p>
<p>Then every time you sign into the forum we can all click on your username and your blog will be linked to it. And every time you leave a comment on a blog your username can be likewise clicked and your blog can be instantly located.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "how to remove underline from sidebar menu items"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-underline-from-sidebar-menu-items#post-772069</link>
			<pubDate>Sat, 17 Dec 2011 18:19:42 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">772069@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You cannot alter any theme or template here at WordPress.com. We <a href="http://en.support.wordpress.com/themes/editing-themes/">cannot edit themes or templates</a> as this is a multiuser blogging platform and all blogs wearing the same theme are using the same underlying template. Only Staff can access those files and edit as every edit affects all blogs wearing the same theme. <a href="http://en.support.wordpress.com/editing-css/">CSS editing</a> which will allow you to change appearance only and not functionally is available only if you purchase an annually renewable <a href="http://en.support.wordpress.com/custom-design/">custom design upgrade</a>.
</p>
]]></description>
					</item>
		<item>
			<title>goodflagbetsy on "how to remove underline from sidebar menu items"</title>
			<link>http://en.forums.wordpress.com/topic/how-to-remove-underline-from-sidebar-menu-items#post-771983</link>
			<pubDate>Sat, 17 Dec 2011 15:50:25 +0000</pubDate>
			<dc:creator>goodflagbetsy</dc:creator>
			<guid isPermaLink="false">771983@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p><a href="http://goodflagbetsy.wordpress.com/" rel="nofollow">http://goodflagbetsy.wordpress.com/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
