<?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 coding help</title>
		<link>http://en.forums.wordpress.com/topic/css-coding-help</link>
		<description>WordPress.com Forums &#187; Topic: CSS coding help</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 00:48:45 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/css-coding-help" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1061466</link>
			<pubDate>Mon, 05 Nov 2012 21:19:08 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1061466@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm closing this since there haven't been any replies for 10 days. Please start a new help request if you still have any questions.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1051910</link>
			<pubDate>Fri, 26 Oct 2012 15:32:49 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051910@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>To something that I like maybe with my logo appearing in the middle?</p></blockquote>
<p>If you still need help with this, could you point out exactly where you're trying to add your logo in the middle?
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1051908</link>
			<pubDate>Fri, 26 Oct 2012 15:31:07 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051908@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3. How do you personalize the line that appears under each posting?</p></blockquote>
<p>You could do this using the content property. Here is an example of adding text:</p>
<pre><code>.post-meta:before {
	content: &quot;Replace this text.&quot;;
}</code></pre>
<p>To add text and an image, you could start with something like this and adjust it:</p>
<pre><code>.post-meta:before {
	background: url(http://s.wordpress.org/about/images/logos/wordpress-logo-32-blue.png) no-repeat;
	display: block;
	min-height: 32px;
	padding-left: 40px;
	content: &quot;Replace this text.&quot;;
}</code></pre>
<p>Replace the url() value with your image and update the min-height and padding-left values to your image dimensions.</p>
<p>The examples above will work on archives pages (pages that list posts). The Mystique theme adds in a special author section below the content on individual posts automatically. To adjust the image there, update the post author's <a href="http://en.support.wordpress.com/avatars/gravatars/">Gravatar</a>. To adjust the text, edit the Users → My Profile → About you setting in your blog dashboard.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1051902</link>
			<pubDate>Fri, 26 Oct 2012 15:20:43 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1051902@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2. I want to add my own social networking icons on the top page of the site. How to do that with CSS?</p></blockquote>
<p>What you can do is add them into your sidebar using a <a href="http://en.support.wordpress.com/widgets/text-widget/">text widget</a>, and then you can move that text widget to somewhere else on the page using CSS.
</p>
]]></description>
					</item>
		<item>
			<title>foomandoonian on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1046507</link>
			<pubDate>Sat, 20 Oct 2012 16:59:18 +0000</pubDate>
			<dc:creator>foomandoonian</dc:creator>
			<guid isPermaLink="false">1046507@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>1. Add the following into your CSS:</p>
<p><code>p.author { display: none; }</code></p>
<p>2 &#38; 3 are beyond the scope of CSS really.
</p>
]]></description>
					</item>
		<item>
			<title>jannemarri on "CSS coding help"</title>
			<link>http://en.forums.wordpress.com/topic/css-coding-help#post-1044816</link>
			<pubDate>Fri, 19 Oct 2012 02:19:07 +0000</pubDate>
			<dc:creator>jannemarri</dc:creator>
			<guid isPermaLink="false">1044816@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I am busy figuring out the layout of the site before I make everything final. I need help with CSS coding as I am stumped.<br />
1.  How to remove the "Posted by....." which is found next to the date when you add a new post. I know how to fully remove it but it takes out the bar and looks funny because its not adjusted to the date image (little bit of he bar left attached to the date image). I just want to remove the text and not the entire bar (section its written on)<br />
2. I want to add my own social networking icons on the  top page of the  site. How to do that with CSS?<br />
3. How do you personalize the line that appears under each posting? To something that I like maybe with my logo appearing in the middle?</p>
<p>I am using Mystique theme. Help!!</p>
<p>Thanks!
</p>
]]></description>
					</item>

	</channel>
</rss>
