<?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: ? Changing shadow, border, and remove color from main content</title>
		<link>http://www.kriesi.at/support/topic/changing-shadow-border-and-remove-color-from-main-content</link>
		<description>Support Forum - Topic: ? Changing shadow, border, and remove color from main content</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 04:05:34 +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/changing-shadow-border-and-remove-color-from-main-content" rel="self" type="application/rss+xml" />

		<item>
			<title>Chris Beard on "? Changing shadow, border, and remove color from main content"</title>
			<link>http://www.kriesi.at/support/topic/changing-shadow-border-and-remove-color-from-main-content#post-35277</link>
			<pubDate>Sun, 18 Dec 2011 04:03:19 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">35277@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that Dude could help :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>furix on "? Changing shadow, border, and remove color from main content"</title>
			<link>http://www.kriesi.at/support/topic/changing-shadow-border-and-remove-color-from-main-content#post-35212</link>
			<pubDate>Fri, 16 Dec 2011 21:01:23 +0000</pubDate>
			<dc:creator>furix</dc:creator>
			<guid isPermaLink="false">35212@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Excellent, exactly what I was looking for.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "? Changing shadow, border, and remove color from main content"</title>
			<link>http://www.kriesi.at/support/topic/changing-shadow-border-and-remove-color-from-main-content#post-34881</link>
			<pubDate>Wed, 14 Dec 2011 12:15:33 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34881@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can remove the shadow/bg color with folowing code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#wrap_all {
    box-shadow: none;
}

#wrap_all, #main {
    background: none transparent;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;However it's not that easy because some elements, images, etc. are optimized to the white background and some details, etc. won't fit with transparent bg. You can use tools like firebug to investigate the css code of certain elements and/or use Photoshop to edit the images.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>furix on "? Changing shadow, border, and remove color from main content"</title>
			<link>http://www.kriesi.at/support/topic/changing-shadow-border-and-remove-color-from-main-content#post-34798</link>
			<pubDate>Tue, 13 Dec 2011 21:53:23 +0000</pubDate>
			<dc:creator>furix</dc:creator>
			<guid isPermaLink="false">34798@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I feel like this should be a pretty easy fix like a custom CSS that looks something like this&#60;/p&#62;
&#60;p&#62;.contentbody {&#60;br /&#62;
background: transparent;&#60;br /&#62;
border: none;&#60;br /&#62;
radius: 0px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>furix on "? Changing shadow, border, and remove color from main content"</title>
			<link>http://www.kriesi.at/support/topic/changing-shadow-border-and-remove-color-from-main-content#post-34581</link>
			<pubDate>Sun, 11 Dec 2011 22:42:54 +0000</pubDate>
			<dc:creator>furix</dc:creator>
			<guid isPermaLink="false">34581@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Unfortunately, I have it hosted locally, so I cannot link. But basically I'm just trying to remove the border from the boxed style of the theme, and make the background transparent instead of white so my background texture is all you see.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "? Changing shadow, border, and remove color from main content"</title>
			<link>http://www.kriesi.at/support/topic/changing-shadow-border-and-remove-color-from-main-content#post-34545</link>
			<pubDate>Sun, 11 Dec 2011 10:17:21 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">34545@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;sorry for the delay, could you link to your site? This way we can give specific instructions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>furix on "? Changing shadow, border, and remove color from main content"</title>
			<link>http://www.kriesi.at/support/topic/changing-shadow-border-and-remove-color-from-main-content#post-34457</link>
			<pubDate>Fri, 09 Dec 2011 17:47:29 +0000</pubDate>
			<dc:creator>furix</dc:creator>
			<guid isPermaLink="false">34457@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Anybody? I've changed a lot of the styles in the CSS and can't seem to remove the shadow around the entire main table, and can't find where the white is defined for the main table in the CSS either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>furix on "? Changing shadow, border, and remove color from main content"</title>
			<link>http://www.kriesi.at/support/topic/changing-shadow-border-and-remove-color-from-main-content#post-34331</link>
			<pubDate>Thu, 08 Dec 2011 20:54:27 +0000</pubDate>
			<dc:creator>furix</dc:creator>
			<guid isPermaLink="false">34331@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Excellent job on the theme! I would like to remove the border/shadow from the main content and make the main table color transparent so my content rides on the background image instead of plain white. Where in the style.css sheet are these attributes so I can make a few changes to the cusom file.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
