<?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: problem with opacity in feature_excerpt</title>
		<link>http://www.kriesi.at/support/topic/problem-with-opacity-in-feature_excerpt</link>
		<description>Support Forum - Topic: problem with opacity in feature_excerpt</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 14:50:50 +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/problem-with-opacity-in-feature_excerpt" rel="self" type="application/rss+xml" />

		<item>
			<title>James Morrison on "problem with opacity in feature_excerpt"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-opacity-in-feature_excerpt#post-20431</link>
			<pubDate>Sat, 04 Jun 2011 09:19:53 +0000</pubDate>
			<dc:creator>James Morrison</dc:creator>
			<guid isPermaLink="false">20431@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;The image opacity is controlled by an inline style, not by javascript. You can change this in the CSS file by adding the &#60;strong&#62;!important&#60;/strong&#62; tag to the new opacity value which will have priority over the default 0.8. Use this code instead of the code you posted above:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.feature_excerpt {
-moz-border-radius: 5px 5px 5px 5px;
background: none repeat scroll 0 0 #787978;
bottom: 22px;
color: #FFFFFF;
left: 22px;
max-width: 80%;
min-width: 50%;
opacity: 0.1 !important;
padding: 2% 3%;
position: absolute;
visibility: hidden;
z-index: 100;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The slide headings colour are controlled by this code (style.css line 2246):&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, legend a, .sliderheading a {
    color: #333333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change it here but this will affect every heading so if you need to, duplicate it and adjust the elements which have the new style to be more specific.&#60;/p&#62;
&#60;p&#62;James
&#60;/p&#62;</description>
		</item>
		<item>
			<title>elminister on "problem with opacity in feature_excerpt"</title>
			<link>http://www.kriesi.at/support/topic/problem-with-opacity-in-feature_excerpt#post-20407</link>
			<pubDate>Fri, 03 Jun 2011 13:24:59 +0000</pubDate>
			<dc:creator>elminister</dc:creator>
			<guid isPermaLink="false">20407@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;i want to change the opacity in the image caption at feature images. I add the following code into custom.css:&#60;/p&#62;
&#60;p&#62;'.feature_excerpt {&#60;br /&#62;
-moz-border-radius: 5px 5px 5px 5px;&#60;br /&#62;
background: none repeat scroll 0 0 #787978;&#60;br /&#62;
bottom: 22px;&#60;br /&#62;
color: #FFFFFF;&#60;br /&#62;
left: 22px;&#60;br /&#62;
max-width: 80%;&#60;br /&#62;
min-width: 50%;&#60;br /&#62;
opacity: 0.1;&#60;br /&#62;
padding: 2% 3%;&#60;br /&#62;
position: absolute;&#60;br /&#62;
visibility: hidden;&#60;br /&#62;
z-index: 100;&#60;br /&#62;
}'&#60;/p&#62;
&#60;p&#62;but the opacity value seems to have be no effect. If i edit it with firebug it works.. what i do wrong ? &#60;/p&#62;
&#60;p&#62;btw: is there a way to change the font color of the slide title ?&#60;/p&#62;
&#60;p&#62;Thanks&#60;/p&#62;
&#60;p&#62;In german: &#60;/p&#62;
&#60;p&#62;Ich versuche den Slide Title des Featured Images die Transparenz zu ändern. Ich habe bereits oben genannten css code in die custom.css eingefügt. Irgendwie möchte er jedoch die Änderungen nicht annehmen. Mittels Firebug kann ich den opacity Wert wie gewünscht ändern aber in der css tut sich nichts. Kann es sein, dass es über das Javaskript gesteuert wird ? &#60;/p&#62;
&#60;p&#62;Wenn wir schon dabei wären: Gibt es einen einfachen Weg die Schriftfarbe des Slide Titels zu ändern ? &#60;/p&#62;
&#60;p&#62;Danke&#60;/p&#62;
&#60;p&#62;Wäre nett wenn ihr mir da helfen könnt. &#60;/p&#62;
&#60;p&#62;Gruß
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
