<?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: css code for deleting line at bottom of content</title>
		<link>http://en.forums.wordpress.com/topic/css-code-for-deleting-line-at-bottom-of-content</link>
		<description>WordPress.com Forums &#187; Topic: css code for deleting line at bottom of content</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 02:55:28 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/css-code-for-deleting-line-at-bottom-of-content" rel="self" type="application/rss+xml" />

		<item>
			<title>dvanunen on "css code for deleting line at bottom of content"</title>
			<link>http://en.forums.wordpress.com/topic/css-code-for-deleting-line-at-bottom-of-content#post-1085872</link>
			<pubDate>Tue, 04 Dec 2012 16:45:51 +0000</pubDate>
			<dc:creator>dvanunen</dc:creator>
			<guid isPermaLink="false">1085872@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Of course... thank you very much for all your help!</p>
<p>Best regards!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "css code for deleting line at bottom of content"</title>
			<link>http://en.forums.wordpress.com/topic/css-code-for-deleting-line-at-bottom-of-content#post-1085824</link>
			<pubDate>Tue, 04 Dec 2012 15:53:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1085824@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Add ".home" to the front of the CSS selector to apply it just to the home page:</p>
<pre><code>.home #header {
	background: url(&#039;http://uofweb.files.wordpress.com/2012/11/uof-logo.jpg?w=80&#039;) 0 50px no-repeat;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>dvanunen on "css code for deleting line at bottom of content"</title>
			<link>http://en.forums.wordpress.com/topic/css-code-for-deleting-line-at-bottom-of-content#post-1084930</link>
			<pubDate>Mon, 03 Dec 2012 19:43:23 +0000</pubDate>
			<dc:creator>dvanunen</dc:creator>
			<guid isPermaLink="false">1084930@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>YOU ARE AWESOME!!! thank you.<br />
Both worked out great, although, is it possible to only have the logo on the home page or does it have to be on all?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "css code for deleting line at bottom of content"</title>
			<link>http://en.forums.wordpress.com/topic/css-code-for-deleting-line-at-bottom-of-content#post-1084882</link>
			<pubDate>Mon, 03 Dec 2012 19:28:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1084882@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Also, if there is a suggestion on how to place the logo above the slider on the home page only, it would be greatly appreciated.</p></blockquote>
<p>I would just add the logo in as a background image on the header area itself. here is an example you can start with:</p>
<pre><code>#header {
	background: url(&#039;http://uofweb.files.wordpress.com/2012/11/uof-logo.jpg?w=80&#039;) 0 50px no-repeat;
}</code></pre>
<p>Notice that the ?w=80 part of the image URL adjusts the size and that the 50px value in that line moves the logo up or down. You can adjust those numbers if needed.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "css code for deleting line at bottom of content"</title>
			<link>http://en.forums.wordpress.com/topic/css-code-for-deleting-line-at-bottom-of-content#post-1084847</link>
			<pubDate>Mon, 03 Dec 2012 19:14:36 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1084847@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>Hi, does anyone know the css for deleting an unwanted orange line at the bottom off my content just below the "share this:" Currently there are two lines at the bottom and I only require the last one.</p></blockquote>
<p>To remove the border below posts and pages on the Academica theme, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.posts .post,
.posts .page {
	border-bottom: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>dvanunen on "css code for deleting line at bottom of content"</title>
			<link>http://en.forums.wordpress.com/topic/css-code-for-deleting-line-at-bottom-of-content#post-1084254</link>
			<pubDate>Mon, 03 Dec 2012 02:00:56 +0000</pubDate>
			<dc:creator>dvanunen</dc:creator>
			<guid isPermaLink="false">1084254@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, does anyone know the css for deleting an unwanted orange line at the bottom off my content just below the "share this:"  Currently there are two  lines at the bottom and I only require the last one.<br />
Also, if there is a suggestion on how to place the logo above the slider on the home page only, it would be greatly appreciated.<br />
site: <a href="http://www.universaloutreachfoundation.org" rel="nofollow">http://www.universaloutreachfoundation.org</a>   "academica theme"<br />
Many thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
