<?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: Change Heading Text in Oxygen</title>
		<link>http://en.forums.wordpress.com/topic/change-heading-text-in-oxygen</link>
		<description>WordPress.com Forums &#187; Topic: Change Heading Text in Oxygen</description>
		<language>en</language>
		<pubDate>Wed, 22 May 2013 17:40:26 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/change-heading-text-in-oxygen" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Change Heading Text in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-heading-text-in-oxygen#post-906692</link>
			<pubDate>Thu, 07 Jun 2012 15:22:50 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">906692@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There's a sort of tricky way to do this with CSS. Start with this and note that you may need to adjust the padding and margin values to get it positioned just how you want:</p>
<pre><code>.recent-articles .section-title h1 {
	visibility: hidden;
	margin-top: -1em;
	padding-left: 0;
	border-left: 0;
}
.recent-articles .section-title h1:before {
	content: &quot;recent projects&quot;;
	visibility: visible;
	display: block;
	background: #F3F3F3;
	border-left: 10px solid #E9E9E9;
	color: #999;
	margin-bottom: -2em;
	padding: .25em .6em .35em .6em;
	width: 100%;
}</code></pre>
<p>To change "more articles" duplicate the example above and change ".recent-articles" to ".more-articles".
</p>
]]></description>
					</item>
		<item>
			<title>kristintoepfer on "Change Heading Text in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-heading-text-in-oxygen#post-903097</link>
			<pubDate>Mon, 04 Jun 2012 01:36:51 +0000</pubDate>
			<dc:creator>kristintoepfer</dc:creator>
			<guid isPermaLink="false">903097@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, timethief!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Change Heading Text in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-heading-text-in-oxygen#post-902241</link>
			<pubDate>Sat, 02 Jun 2012 23:35:04 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">902241@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'll flag this thread so it gets moved to the CSS Forum for you.
</p>
]]></description>
					</item>
		<item>
			<title>kristintoepfer on "Change Heading Text in Oxygen"</title>
			<link>http://en.forums.wordpress.com/topic/change-heading-text-in-oxygen#post-902236</link>
			<pubDate>Sat, 02 Jun 2012 23:32:53 +0000</pubDate>
			<dc:creator>kristintoepfer</dc:creator>
			<guid isPermaLink="false">902236@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm using the Oxygen theme, and I'm wondering if I can change the heading text on the home page slideshow template. I would like to change "recent articles" and "more articles" to "recent projects" and "more projects". </p>
<p>Is that possible? I'm a CSS newbie, so any help is appreciated. Thanks!</p>
<p>kristintoepfer.com
</p>
]]></description>
					</item>

	</channel>
</rss>
