<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<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>Support Forum - Topic: News Slider Excerpt Transparency</title>
		<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency</link>
		<description>Support Forum - Topic: News Slider Excerpt Transparency</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 00:28:02 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.kriesi.at/support/search.php</link>
		</textInput>
		<atom:link href="http://www.kriesi.at/support/rss/topic/news-slider-excerpt-transparency" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "News Slider Excerpt Transparency"</title>
			<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency#post-78329</link>
			<pubDate>Wed, 03 Oct 2012 06:08:00 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi thericeking,&#60;/p&#62;
&#60;p&#62;Kindly add this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.featured_inner_slider .post_excerpt p,
.feature_thumbnails a strong,
.post-entry .entry-content p {
   color: white;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;or&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.featured_inner_slider .post_excerpt p,
.feature_thumbnails a strong,
.post-entry .entry-content p {
   color: white !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thericeking on "News Slider Excerpt Transparency"</title>
			<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency#post-78151</link>
			<pubDate>Mon, 01 Oct 2012 22:11:25 +0000</pubDate>
			<dc:creator>thericeking</dc:creator>
			<guid isPermaLink="false">78151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok so now I am getting somewhere.&#60;/p&#62;
&#60;p&#62;The code partially worked.&#60;/p&#62;
&#60;p&#62;I currently set it to:&#60;/p&#62;
&#60;p&#62;.post_excerpt {&#60;br /&#62;
   background: rgba(0, 0, 0, 0.5) !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;but if you check out my site &#60;a href=&#34;http://www.thericeking.net&#34; rel=&#34;nofollow&#34;&#62;http://www.thericeking.net&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The fonts in the box are set to a light grey and is hard to see.  I looked everywhere in the theme option and there is no settings to change the font colors inside that featured box.&#60;/p&#62;
&#60;p&#62;Can you share another code that will help me adjust the text color inside the box?&#60;/p&#62;
&#60;p&#62;I also need help adjusting the transparency in the &#34;Blog Layout - Full sized entries&#34; and &#34;Blog Layout - Half sized entries&#34; to match the one in the featured slider.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "News Slider Excerpt Transparency"</title>
			<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency#post-78052</link>
			<pubDate>Mon, 01 Oct 2012 07:31:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I think the fonts are being affected by this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post_excerpt {
opacity:0.85;
filter:alpha(opacity=85);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Try to use something like this instead.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.post_excerpt {
background: rgba(255,255,255,0.85);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The last value 0.85 is the opacity.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thericeking on "News Slider Excerpt Transparency"</title>
			<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency#post-78020</link>
			<pubDate>Sun, 30 Sep 2012 23:46:25 +0000</pubDate>
			<dc:creator>thericeking</dc:creator>
			<guid isPermaLink="false">78020@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I still haven't figured this out.  All I need is the font not fade.  Right now I hate that ugly white excerpt area in front of the slider so much that I just want to get rid of it completely.  I just want the white text with the short description of the featured post to show.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>thericeking on "News Slider Excerpt Transparency"</title>
			<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency#post-78010</link>
			<pubDate>Sun, 30 Sep 2012 20:14:00 +0000</pubDate>
			<dc:creator>thericeking</dc:creator>
			<guid isPermaLink="false">78010@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This helped me a bit but how do I keep the text/font consistently strong while reducing the opacity even more?&#60;/p&#62;
&#60;p&#62;How do I make the transparent box size smaller?&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.vietnetizen.com&#34; rel=&#34;nofollow&#34;&#62;http://www.vietnetizen.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "News Slider Excerpt Transparency"</title>
			<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency#post-28329</link>
			<pubDate>Sat, 01 Oct 2011 09:03:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28329@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that you solved the problem :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stawnster on "News Slider Excerpt Transparency"</title>
			<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency#post-28280</link>
			<pubDate>Fri, 30 Sep 2011 14:09:39 +0000</pubDate>
			<dc:creator>stawnster</dc:creator>
			<guid isPermaLink="false">28280@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Personally.. I think you should make the transparency standard in your next update! It looks great. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stawnster on "News Slider Excerpt Transparency"</title>
			<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency#post-28279</link>
			<pubDate>Fri, 30 Sep 2011 14:09:07 +0000</pubDate>
			<dc:creator>stawnster</dc:creator>
			<guid isPermaLink="false">28279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This fixed it for me!&#60;/p&#62;
&#60;p&#62;.slideshow_caption  {&#60;br /&#62;
opacity:0.00001;&#60;br /&#62;
filter:alpha(opacity=.0001);&#60;br /&#62;
background: #222222;&#60;br /&#62;
width: 264px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.slideshow_caption  .inner_caption  {&#60;br /&#62;
background: #222222;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.post_excerpt {&#60;br /&#62;
opacity:0.85;&#60;br /&#62;
filter:alpha(opacity=85);&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>stawnster on "News Slider Excerpt Transparency"</title>
			<link>http://www.kriesi.at/support/topic/news-slider-excerpt-transparency#post-27738</link>
			<pubDate>Sat, 24 Sep 2011 23:14:24 +0000</pubDate>
			<dc:creator>stawnster</dc:creator>
			<guid isPermaLink="false">27738@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is there a way to make the white excerpt area slightly transparent? Shoutbox theme.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
