<?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: Post Title (Sticky Post) and Featured Image Title on Landing Page-Forever Theme</title>
		<link>http://en.forums.wordpress.com/topic/post-title-sticky-post-and-featured-image-title-on-landing-page-forever-theme</link>
		<description>WordPress.com Forums &#187; Topic: Post Title (Sticky Post) and Featured Image Title on Landing Page-Forever Theme</description>
		<language>en</language>
		<pubDate>Tue, 18 Jun 2013 06:45:52 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/post-title-sticky-post-and-featured-image-title-on-landing-page-forever-theme" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "Post Title (Sticky Post) and Featured Image Title on Landing Page-Forever Theme"</title>
			<link>http://en.forums.wordpress.com/topic/post-title-sticky-post-and-featured-image-title-on-landing-page-forever-theme#post-887327</link>
			<pubDate>Wed, 16 May 2012 00:37:25 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">887327@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Very tricky question, but you might be able to do it by adding the following to your Appearance &#8594; Custom Design &#8594; CSS page:</p>
<pre><code>.feature-title a {
	visibility: hidden;
	min-width: 800px;
}
.feature-title a[title]:before {
	background: black;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	display: inline-block;
	font-size: 24px;
	line-height: 1;
	margin: 0 0 0 -2px;
	max-width: 50%;
	padding: 24px 48px 18px;
	position: absolute;
	bottom: 0px;
	left: 2px;
	text-decoration: none;
}
#featured-post-1 .feature-title a:before {
	visibility: visible;
	content: &quot;New Title for Bare Feet Centered&quot;;
}
#featured-post-2 .feature-title a:before {
	visibility: visible;
	content: &quot;New Title for Hand Kiss&quot;;
}
#featured-post-3 .feature-title a:before {
	visibility: visible;
	content: &quot;New Title for Demo&quot;;
}
#featured-post-4 .feature-title a:before {
	visibility: visible;
	content: &quot;New Title for Pricing&quot;;
}
#featured-post-5 .feature-title a:before {
	visibility: visible;
	content: &quot;New Title for Lil&#039; Girl Holding Hand&quot;;
}
#featured-post-6 .feature-title a:before {
	visibility: visible;
	content: &quot;New Title for First Bright Blue&quot;;
}</code></pre>
<p>Adjust the "content" value for each feature post title.
</p>
]]></description>
					</item>
		<item>
			<title>eskimotionvideo on "Post Title (Sticky Post) and Featured Image Title on Landing Page-Forever Theme"</title>
			<link>http://en.forums.wordpress.com/topic/post-title-sticky-post-and-featured-image-title-on-landing-page-forever-theme#post-886394</link>
			<pubDate>Mon, 14 May 2012 21:35:41 +0000</pubDate>
			<dc:creator>eskimotionvideo</dc:creator>
			<guid isPermaLink="false">886394@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>Regarding Forever Theme: </p>
<p>Could anyone tell me if there is CSS Code that would enable me to have the white text that appears in the dark rectangle  on the slideshow images of the home page be <em>different</em> from the post titles these images correspond to?</p>
<p>I would like to have alternate text over these featured images, and then have the user click through to a post I designate.</p>
<p>Thanks in advance!
</p>
]]></description>
					</item>

	</channel>
</rss>
