<?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; Tag: slideshow background - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/slideshow-background</link>
		<description>WordPress.com Forums &#187; Tag: slideshow background - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 00:53:19 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/slideshow-background" rel="self" type="application/rss+xml" />

		<item>
			<title>sharonshero on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1254592</link>
			<pubDate>Fri, 03 May 2013 17:55:33 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1254592@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Indeed!  Thanks again.
</p>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1254589</link>
			<pubDate>Fri, 03 May 2013 17:54:19 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1254589@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Like I said, if you want to play with the transparency, just up the 4th number in the background-color to a decimal between 0.0 and 1.0.
</p>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1254586</link>
			<pubDate>Fri, 03 May 2013 17:53:12 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1254586@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Nice. Glad I could help! It was certainly a challenge, but it paid off.
</p>
]]></description>
					</item>
		<item>
			<title>sharonshero on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1254575</link>
			<pubDate>Fri, 03 May 2013 17:48:17 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1254575@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Perseverance pays off!!  Thank you, the background has gone away!  I really appreciate your help on this one; it was quite the challenge!
</p>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1254564</link>
			<pubDate>Fri, 03 May 2013 17:43:50 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1254564@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If that doesn't work, I'll bump this up to a moderator who can look at it (I don't actually have the CSS addon on any of my blogs, so I can't test it myself.)
</p>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1254562</link>
			<pubDate>Fri, 03 May 2013 17:42:59 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1254562@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmm, one more try, then I'm at a loss. Try this:</p>
<blockquote><p>
div.slideshow-window {<br />
background-color: rgba(255,255,255,0) !important;<br />
border: 1px solid rgba(255,255,255,0) !important;<br />
}
</p></blockquote>
]]></description>
					</item>
		<item>
			<title>sharonshero on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1254125</link>
			<pubDate>Fri, 03 May 2013 13:23:41 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1254125@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well, rats, no results either!
</p>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1254009</link>
			<pubDate>Fri, 03 May 2013 11:19:06 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1254009@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hmm, try this:</p>
<blockquote><p>
div.slideshow-window {<br />
background-color: none !important;<br />
border: none !important;<br />
}
</p></blockquote>
]]></description>
					</item>
		<item>
			<title>sharonshero on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1253802</link>
			<pubDate>Fri, 03 May 2013 03:37:51 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1253802@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, tried all of the above, but did not work... Anything else you can think of?  Thx
</p>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1253779</link>
			<pubDate>Fri, 03 May 2013 03:08:04 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1253779@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Also instead of background: none; it should be background-color: none;</p>
<p>You can also specify an RGBA color like we did above for the page background.
</p>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1253778</link>
			<pubDate>Fri, 03 May 2013 03:04:32 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1253778@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Doh! It should be .slideshow-window instead of .jetpack-slideshow</p>
<p>And yes, it should go in the Custom CSS.
</p>
]]></description>
					</item>
		<item>
			<title>sharonshero on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1253773</link>
			<pubDate>Fri, 03 May 2013 03:00:11 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1253773@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The snippet didn't work, but possibly because I'm not putting it in the right place.  Do I drop it in the CSS custom design or directly on the effected page?  And if in the page, where would I place it?  Sorry, I'm just scraping the surface with using CSS!!
</p>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1253727</link>
			<pubDate>Fri, 03 May 2013 02:15:09 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1253727@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Try the following:</p>
<blockquote><p>
.jetpack-slideshow {<br />
    background: none;<br />
    border: none;<br />
}
</p></blockquote>
<p>A good trick for figuring out what styles you need to apply is using Chrome to Inspect the HTML (by right clicking on something, and then clicking Inspect Element). You can then navigate the HTML and see what CSS is currently being applied.
</p>
]]></description>
					</item>
		<item>
			<title>sharonshero on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1253659</link>
			<pubDate>Fri, 03 May 2013 00:35:28 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1253659@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>oops, have another related question.  I have a slide show that appears over the semi-transparent container.  I would also like to make it's background completely transparent or at least a semi-transparent white.  Tried to adapt the earlier code provided, but it didn't do anything.  Currently it is a pale peach background.  The page is located at <a href="http://lillipop.net/kids-show/" rel="nofollow">http://lillipop.net/kids-show/</a><br />
Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>sharonshero on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1253332</link>
			<pubDate>Thu, 02 May 2013 21:41:14 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1253332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is too easy!  I spent a good amount of time rummaging around in Google and getting wildly complex half-answers.  Thank you, your snippet the trick!!
</p>
]]></description>
					</item>
		<item>
			<title>andrewcpht on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1253275</link>
			<pubDate>Thu, 02 May 2013 21:11:06 +0000</pubDate>
			<dc:creator>andrewcpht</dc:creator>
			<guid isPermaLink="false">1253275@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>apply the following CSS:</p>
<blockquote><p>
.site {<br />
    background-color: rgba(<strong>255, 255, 255, 0.8</strong>);<br />
}
</p></blockquote>
<p>Pay attention to the numbers in bold. The first three numbers are the RGB color for white (in other words, all three colors, Red, Green, and Blue, are set to maximum, which equals white). </p>
<p>The last number is the opacity, with 0 being fully transparent, and 1 being fully opaque. You can adjust the 0.8 up or down until you find a level that lets you show the background image through while still being legible.
</p>
]]></description>
					</item>
		<item>
			<title>sharonshero on "How do I make the container semi-transparent in Twenty-Twelve?"</title>
			<link>http://en.forums.wordpress.com/topic/how-do-i-make-the-container-semi-transparent-in-twenty-twelve#post-1253188</link>
			<pubDate>Thu, 02 May 2013 20:31:09 +0000</pubDate>
			<dc:creator>sharonshero</dc:creator>
			<guid isPermaLink="false">1253188@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The container is white, but I'd like it to allow the background image to show through.  Is there a snippet available to do this?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing the Background on the slideshow"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-on-the-slideshow#post-1243163</link>
			<pubDate>Fri, 26 Apr 2013 02:03:59 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1243163@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You might have to adjust several things to get the gap where you want it. Start with #access and #main and then go to .entry-content, .entry-summary if necessary. I've targeted this to the home page only. </p>
<pre><code>.home #access {
margin-bottom: 1.615em;
}

.home #main {
padding-top: 1.615em;
}

.home .entry-content, .entry-summary {
margin-top: 1.615em;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>hthienes on "Changing the Background on the slideshow"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-on-the-slideshow#post-1242381</link>
			<pubDate>Thu, 25 Apr 2013 16:37:12 +0000</pubDate>
			<dc:creator>hthienes</dc:creator>
			<guid isPermaLink="false">1242381@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Now I have a little problem, I've removed (or decreased) the space where the tagline would go which is great.  But with the background being white, now it appears as a really big gap between the navigation menu and the slideshow.... is there anyway to fix this?</p>
<p>Thanks again.
</p>
]]></description>
					</item>
		<item>
			<title>hthienes on "Changing the Background on the slideshow"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-on-the-slideshow#post-1242322</link>
			<pubDate>Thu, 25 Apr 2013 16:04:33 +0000</pubDate>
			<dc:creator>hthienes</dc:creator>
			<guid isPermaLink="false">1242322@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That worked great! Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Changing the Background on the slideshow"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-on-the-slideshow#post-1241541</link>
			<pubDate>Thu, 25 Apr 2013 00:37:11 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1241541@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>We need to be just a little more specific with the selector to make this work. Give this a try.</p>
<pre><code>.entry-content .slideshow-window {
background: #FFFFFF;
border: none;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>hthienes on "Changing the Background on the slideshow"</title>
			<link>http://en.forums.wordpress.com/topic/changing-the-background-on-the-slideshow#post-1241361</link>
			<pubDate>Wed, 24 Apr 2013 22:08:39 +0000</pubDate>
			<dc:creator>hthienes</dc:creator>
			<guid isPermaLink="false">1241361@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like to have a slideshow on the homepage of my website, but I really don't like the WordPress one, is there another i can use?</p>
<p>If not, what I really hate is the black background and border, is there a way to change this? I have tried doing it from my media settings and by adding this CSS code I found in an earlier thread:<br />
.slideshow-window {<br />
	background: #fff;<br />
	border: none;<br />
}</p>
<p>but neither work... </p>
<p>I'm using the forever theme.<br />
THANKS
</p>
]]></description>
					</item>
		<item>
			<title>karenjakobsen100 on "Change slideshow background to white"</title>
			<link>http://en.forums.wordpress.com/topic/change-slideshow-background-to-white#post-1040516</link>
			<pubDate>Mon, 15 Oct 2012 05:59:05 +0000</pubDate>
			<dc:creator>karenjakobsen100</dc:creator>
			<guid isPermaLink="false">1040516@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Change slideshow background to white"</title>
			<link>http://en.forums.wordpress.com/topic/change-slideshow-background-to-white#post-1038780</link>
			<pubDate>Sat, 13 Oct 2012 00:42:41 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1038780@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To remove the black border and background from the WordPress.com slideshow feature, add this to your Appearance → Custom Design → CSS editor:</p>
<pre><code>.slideshow-window {
	background-color: inherit;
	border: inherit;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>karenjakobsen100 on "Change slideshow background to white"</title>
			<link>http://en.forums.wordpress.com/topic/change-slideshow-background-to-white#post-1034960</link>
			<pubDate>Tue, 09 Oct 2012 06:31:36 +0000</pubDate>
			<dc:creator>karenjakobsen100</dc:creator>
			<guid isPermaLink="false">1034960@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,<br />
Is it possible to change the background of the slideshow to white? I could only find this: .slideshow-window {background-color:#fff!important;} which does change the background to white but a black frame still remains. Is it possible to remove the black entirely?<br />
Thank you very much in advance.
</p>
]]></description>
					</item>
		<item>
			<title>isabelashdown on "Slideshow in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/slideshow-in-twenty-eleven#post-917550</link>
			<pubDate>Mon, 18 Jun 2012 08:23:50 +0000</pubDate>
			<dc:creator>isabelashdown</dc:creator>
			<guid isPermaLink="false">917550@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do you know if there's also a way to move the slideshow to the right hand side so I can insert text to the left?  Here's the page I'm trying to adjust: <a href="http://isabelashdown.com/" rel="nofollow">http://isabelashdown.com/</a> Thank you :)
</p>
]]></description>
					</item>
		<item>
			<title>isabelashdown on "Slideshow in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/slideshow-in-twenty-eleven#post-917534</link>
			<pubDate>Mon, 18 Jun 2012 06:58:17 +0000</pubDate>
			<dc:creator>isabelashdown</dc:creator>
			<guid isPermaLink="false">917534@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Yay!  You're brilliant - thanks so much :)
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Slideshow in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/slideshow-in-twenty-eleven#post-917282</link>
			<pubDate>Sun, 17 Jun 2012 23:22:32 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">917282@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>To remove the black border and background from the WordPress.com slideshow feature, add this to your Appearance &#8594; Custom Design &#8594; CSS editor:</p>
<pre><code>.slideshow-window {
	background-color: inherit;
	border: inherit;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>isabelashdown on "Slideshow in Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/slideshow-in-twenty-eleven#post-916386</link>
			<pubDate>Sat, 16 Jun 2012 19:33:14 +0000</pubDate>
			<dc:creator>isabelashdown</dc:creator>
			<guid isPermaLink="false">916386@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've just upgraded to CSS for my twenty eleven theme.  I want to add a slideshow to my homepage, but don't like the big black surround it comes with.  Anyone know if it's possible to remove the surround altogether?  Many thanks for any help! ( for <a href="http://www.isabelashdown.com" rel="nofollow">http://www.isabelashdown.com</a> )
</p>
]]></description>
					</item>

	</channel>
</rss>
