<?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: transparency - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/transparency</link>
		<description>WordPress.com Forums &#187; Tag: transparency - Recent Posts</description>
		<language>en</language>
		<pubDate>Thu, 20 Jun 2013 01:00:18 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/transparency" 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>renaissancekate on "Transparency in Header"</title>
			<link>http://en.forums.wordpress.com/topic/transparency-in-header#post-1240715</link>
			<pubDate>Wed, 24 Apr 2013 16:58:30 +0000</pubDate>
			<dc:creator>renaissancekate</dc:creator>
			<guid isPermaLink="false">1240715@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you for your answer.</p>
<p>So there is no way to upload an image to use in the heading unless you want a white background? Or pay for the custom design upgrade?
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "Transparency in Header"</title>
			<link>http://en.forums.wordpress.com/topic/transparency-in-header#post-1240641</link>
			<pubDate>Wed, 24 Apr 2013 16:25:51 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1240641@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If you had the custom design upgrade, this can be fixed with CSS. The header area has a white background color declared. Your image is fine. It is the background of the header area.
</p>
]]></description>
					</item>
		<item>
			<title>renaissancekate on "Transparency in Header"</title>
			<link>http://en.forums.wordpress.com/topic/transparency-in-header#post-1240622</link>
			<pubDate>Wed, 24 Apr 2013 16:12:19 +0000</pubDate>
			<dc:creator>renaissancekate</dc:creator>
			<guid isPermaLink="false">1240622@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I created a header in Photoshop CS 5. I made it 820 by 250 pixels. I made sure the background was transparent. I added text to new layers. I saved the file as a .gif (then as a .png when that didn't work). I made sure that the transparency box was checked when I saved it. I uploaded the header, but it is still showing with a white background. Help, please!
</p>
]]></description>
					</item>
		<item>
			<title>lottiemonk on "css, background image, wrapper"</title>
			<link>http://en.forums.wordpress.com/topic/css-background-image-wrapper#post-1224817</link>
			<pubDate>Mon, 15 Apr 2013 14:07:21 +0000</pubDate>
			<dc:creator>lottiemonk</dc:creator>
			<guid isPermaLink="false">1224817@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thankyou!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "css, background image, wrapper"</title>
			<link>http://en.forums.wordpress.com/topic/css-background-image-wrapper#post-1224803</link>
			<pubDate>Mon, 15 Apr 2013 14:00:28 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1224803@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Paste this in the CSS editor:<br />
#page {<br />
    opacity: 0.86;<br />
    filter:alpha(opacity=86);<br />
}<br />
Change the number to adjust the degree of transparency (higher number = less transparent).<br />
Note: the filter rule is the same thing with the other one, just for older versions of Explorer.
</p>
]]></description>
					</item>
		<item>
			<title>lottiemonk on "css, background image, wrapper"</title>
			<link>http://en.forums.wordpress.com/topic/css-background-image-wrapper#post-1224694</link>
			<pubDate>Mon, 15 Apr 2013 12:46:47 +0000</pubDate>
			<dc:creator>lottiemonk</dc:creator>
			<guid isPermaLink="false">1224694@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm new to coding altogether but was wondering how to get an image at each side of main content which I have made a wrapper.</p>
<p>I would like a white middle part with slight transparency that shows my background image through and then solid image at the sides.</p>
<p>Can someone help!
</p>
]]></description>
					</item>
		<item>
			<title>debbiekenny on "Transparent Image not Showing in Internet Explorer (2nd Try)"</title>
			<link>http://en.forums.wordpress.com/topic/transparent-image-not-showing-in-internet-explorer-2nd-try#post-1207867</link>
			<pubDate>Wed, 03 Apr 2013 19:37:19 +0000</pubDate>
			<dc:creator>debbiekenny</dc:creator>
			<guid isPermaLink="false">1207867@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I removed the background image for now and replaced it with a white background.
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "table transparency"</title>
			<link>http://en.forums.wordpress.com/topic/table-transparency#post-1198332</link>
			<pubDate>Thu, 28 Mar 2013 04:01:24 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1198332@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is the basic way of adding a background color to a table: You add a style declaration to the opening table tag.</p>
<p><code>&lt;table style=&quot;background-color: #CC0000;&quot;&gt;</code>
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "table transparency"</title>
			<link>http://en.forums.wordpress.com/topic/table-transparency#post-1198316</link>
			<pubDate>Thu, 28 Mar 2013 03:52:08 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">1198316@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Do you have a table published on your site that we can take a look at? Setting a background for the table is definitely doable, but I like to work on one of yours via Firebug so that I can make sure it will work correctly.
</p>
]]></description>
					</item>
		<item>
			<title>chinadolltat2 on "table transparency"</title>
			<link>http://en.forums.wordpress.com/topic/table-transparency#post-1198251</link>
			<pubDate>Thu, 28 Mar 2013 02:33:42 +0000</pubDate>
			<dc:creator>chinadolltat2</dc:creator>
			<guid isPermaLink="false">1198251@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>is there away to change either the background of the tables or the transparency?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Put navigation bar in header image on Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/put-navigation-bar-in-header-image-on-twenty-eleven#post-1196428</link>
			<pubDate>Tue, 26 Mar 2013 21:09:00 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1196428@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@earthlinked<br />
Which blog are your referring to? There is no blog linked to your username.
</p>
]]></description>
					</item>
		<item>
			<title>earthlinked on "Put navigation bar in header image on Twenty Eleven"</title>
			<link>http://en.forums.wordpress.com/topic/put-navigation-bar-in-header-image-on-twenty-eleven#post-1196425</link>
			<pubDate>Tue, 26 Mar 2013 21:06:22 +0000</pubDate>
			<dc:creator>earthlinked</dc:creator>
			<guid isPermaLink="false">1196425@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks so much to both of you who saved me loads of time. I wanted to move the nav menu above the image and lose the background which I was able accomplish with your code and minor changes shown below. Was also able to lose the box shadow that showed up in Firefox and IE without editing image files:<br />
<pre><code>#access {
	margin-top: -325px;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
 }</code></pre>
]]></description>
					</item>
		<item>
			<title>macmanx on "Transparent Image not Showing in Internet Explorer (2nd Try)"</title>
			<link>http://en.forums.wordpress.com/topic/transparent-image-not-showing-in-internet-explorer-2nd-try#post-1189104</link>
			<pubDate>Wed, 20 Mar 2013 23:06:04 +0000</pubDate>
			<dc:creator>macmanx</dc:creator>
			<guid isPermaLink="false">1189104@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ok, I see the problem now. Oddly enough, it's fully transparent for me in IE 9 and full opaque white in IE 10.</p>
<p>We're looking into this.
</p>
]]></description>
					</item>

	</channel>
</rss>
