<?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: Background color of &#34;Caption Title and Caption&#34; in Caption Slider</title>
		<link>http://www.kriesi.at/support/topic/background-color-of-caption-title-and-caption-in-caption-slider</link>
		<description>Support Forum - Topic: Background color of &quot;Caption Title and Caption&quot; in Caption Slider</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 08:23:09 +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/background-color-of-caption-title-and-caption-in-caption-slider" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "Background color of &#34;Caption Title and Caption&#34; in Caption Slider"</title>
			<link>http://www.kriesi.at/support/topic/background-color-of-caption-title-and-caption-in-caption-slider#post-28923</link>
			<pubDate>Fri, 07 Oct 2011 08:49:20 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">28923@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad Dude could help you :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v2park on "Background color of &#34;Caption Title and Caption&#34; in Caption Slider"</title>
			<link>http://www.kriesi.at/support/topic/background-color-of-caption-title-and-caption-in-caption-slider#post-28918</link>
			<pubDate>Fri, 07 Oct 2011 08:39:16 +0000</pubDate>
			<dc:creator>v2park</dc:creator>
			<guid isPermaLink="false">28918@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, it works.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Background color of &#34;Caption Title and Caption&#34; in Caption Slider"</title>
			<link>http://www.kriesi.at/support/topic/background-color-of-caption-title-and-caption-in-caption-slider#post-28892</link>
			<pubDate>Fri, 07 Oct 2011 06:28:22 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28892@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;The caption is positioned relative so you can use margin-top/right attribute. However I wouldn't recommend repositioning because this may break things.&#60;/p&#62;
&#60;p&#62;Use following code and adjust the values:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.caption_slider .slideshow_caption.active_caption {
    margin-top: 20px;
    margin-right: 20px;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>v2park on "Background color of &#34;Caption Title and Caption&#34; in Caption Slider"</title>
			<link>http://www.kriesi.at/support/topic/background-color-of-caption-title-and-caption-in-caption-slider#post-28859</link>
			<pubDate>Thu, 06 Oct 2011 17:24:45 +0000</pubDate>
			<dc:creator>v2park</dc:creator>
			<guid isPermaLink="false">28859@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, it works.&#60;br /&#62;
But one more question. I would like to move caption &#38;amp; text on the bottom left corner of the slide. So I enter the following code, but it still on the top right corner as shown in this link.&#60;br /&#62;
&#60;a href=&#34;http://dl.dropbox.com/u/873220/Caption%20Slide.jpg&#34; rel=&#34;nofollow&#34;&#62;http://dl.dropbox.com/u/873220/Caption%20Slide.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;#top .caption_slider .slideshow_caption .inner_caption {&#60;br /&#62;
        background: #050D58;&#60;br /&#62;
        display: block;&#60;br /&#62;
        position: absolute;&#60;br /&#62;
        left: 0;&#60;br /&#62;
        vertical-align: bottom;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Background color of &#34;Caption Title and Caption&#34; in Caption Slider"</title>
			<link>http://www.kriesi.at/support/topic/background-color-of-caption-title-and-caption-in-caption-slider#post-28823</link>
			<pubDate>Thu, 06 Oct 2011 14:23:26 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">28823@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use following css code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .caption_slider .slideshow_caption .inner_caption {
    background: #fff;
    opacity: 0.5;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Replace the color value with any hex value of your choice, the opacity value must be between 0 and 1. &#60;/p&#62;
&#60;p&#62;Side note: Older browser don't support opacity or rgba values - if you'd like to to use semi transparent backgrounds for older browsers you need to use background image(s) (pngs with alpha channel).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>v2park on "Background color of &#34;Caption Title and Caption&#34; in Caption Slider"</title>
			<link>http://www.kriesi.at/support/topic/background-color-of-caption-title-and-caption-in-caption-slider#post-28791</link>
			<pubDate>Thu, 06 Oct 2011 09:41:22 +0000</pubDate>
			<dc:creator>v2park</dc:creator>
			<guid isPermaLink="false">28791@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;It's awsome template and supports. Most of problems are resolved. However still there will be some issues for me.&#60;/p&#62;
&#60;p&#62;How can I put Transparent background color behind the Caption Tile and Caption? When I enter background color to them, there is a gap between Caption Title and Caption. I would like to lay Text on boxed style background, because the text is confused with the background image underneath.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
