<?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; Topic: TRITON LITE theme - CSS change container background only?</title>
		<link>http://en.forums.wordpress.com/topic/triton-lite-theme-css-change-container-background-only</link>
		<description>WordPress.com Forums &#187; Topic: TRITON LITE theme - CSS change container background only?</description>
		<language>en</language>
		<pubDate>Thu, 23 May 2013 07:18:42 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/triton-lite-theme-css-change-container-background-only" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "TRITON LITE theme - CSS change container background only?"</title>
			<link>http://en.forums.wordpress.com/topic/triton-lite-theme-css-change-container-background-only#post-962579</link>
			<pubDate>Tue, 31 Jul 2012 22:48:34 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">962579@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Give this a try:</p>
<pre><code>body &gt; .container,
#slider-wrapper {
	padding-left: 10px;
	background-color: red;
}
#midrow .container,
#footer .container {
	padding-left: 10px;
}
#header .container {
	width: 970px;
	background-color: #fffff0;
}</code></pre>
<p>Update "red" to a color of your choice. Make sure to update the "#header .container" background color to match your main body background color.
</p>
]]></description>
					</item>
		<item>
			<title>damienmolony on "TRITON LITE theme - CSS change container background only?"</title>
			<link>http://en.forums.wordpress.com/topic/triton-lite-theme-css-change-container-background-only#post-944908</link>
			<pubDate>Mon, 16 Jul 2012 13:42:01 +0000</pubDate>
			<dc:creator>damienmolony</dc:creator>
			<guid isPermaLink="false">944908@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I would like the navbar and header text area to stay as they are now, with the background (not uploaded in this screenshot in order to show you original appearance) beginning underneath the line that goes full width across page underneath the header text container:</p>
<p><a href="http://i1049.photobucket.com/albums/s392/damienmolonyforum/dmorgscreengrab3.jpg" rel="nofollow">http://i1049.photobucket.com/albums/s392/damienmolonyforum/dmorgscreengrab3.jpg</a>
</p>
]]></description>
					</item>
		<item>
			<title>damienmolony on "TRITON LITE theme - CSS change container background only?"</title>
			<link>http://en.forums.wordpress.com/topic/triton-lite-theme-css-change-container-background-only#post-944903</link>
			<pubDate>Mon, 16 Jul 2012 13:34:08 +0000</pubDate>
			<dc:creator>damienmolony</dc:creator>
			<guid isPermaLink="false">944903@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>apologies , this is  the 2nd screensshot:</p>
<p><a href="http://i1049.photobucket.com/albums/s392/damienmolonyforum/dmorgscreengrab2.jpg" rel="nofollow">http://i1049.photobucket.com/albums/s392/damienmolonyforum/dmorgscreengrab2.jpg</a>
</p>
]]></description>
					</item>
		<item>
			<title>damienmolony on "TRITON LITE theme - CSS change container background only?"</title>
			<link>http://en.forums.wordpress.com/topic/triton-lite-theme-css-change-container-background-only#post-944901</link>
			<pubDate>Mon, 16 Jul 2012 13:33:05 +0000</pubDate>
			<dc:creator>damienmolony</dc:creator>
			<guid isPermaLink="false">944901@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi thesacredpath,<br />
.<br />
thank you</p>
<p>The following :</p>
<p>#header .container, #footer .container, #midrow .container {<br />
background: transparent;<br />
}</p>
<p>.container {<br />
display: block;<br />
margin: 0 auto;<br />
width: 960px;<br />
background: #FFFFF0;</p>
<p>gave me this on the front page: (screenshot)</p>
<p><a href="http://i1049.photobucket.com/albums/s392/damienmolonyforum/dmorgscreengrab1.jpg" rel="nofollow">http://i1049.photobucket.com/albums/s392/damienmolonyforum/dmorgscreengrab1.jpg</a></p>
<p>and this on a post page:</p>
<p><a href="http://i1049.photobucket.com/albums/s392/damienmolonyforum/dmorgscreengrab1.jpg" rel="nofollow">http://i1049.photobucket.com/albums/s392/damienmolonyforum/dmorgscreengrab1.jpg</a></p>
<p>it worked to exclude the bottom widgetized area containers, but<br />
on front page the navbar and header text containers are still not right , and the left and right container margins look a bit odd too.<br />
On the post page the header text container seems ok, but same issue with navbar and left and right margins.</p>
<p>any ideas? </p>
<p>thanks for you help :)
</p>
]]></description>
					</item>
		<item>
			<title>thesacredpath on "TRITON LITE theme - CSS change container background only?"</title>
			<link>http://en.forums.wordpress.com/topic/triton-lite-theme-css-change-container-background-only#post-944704</link>
			<pubDate>Mon, 16 Jul 2012 07:54:03 +0000</pubDate>
			<dc:creator>thesacredpath</dc:creator>
			<guid isPermaLink="false">944704@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>The designer used the same class for a number of major page elements, so you will need to add the following to the bottom of your CSS to target those and set the background color to transparent.</p>
<p>You can then set the background color for .container as you were doing.</p>
<pre><code>#header .container, #footer .container, #midrow .container {
background: transparent;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>damienmolony on "TRITON LITE theme - CSS change container background only?"</title>
			<link>http://en.forums.wordpress.com/topic/triton-lite-theme-css-change-container-background-only#post-944143</link>
			<pubDate>Sun, 15 Jul 2012 16:39:03 +0000</pubDate>
			<dc:creator>damienmolony</dc:creator>
			<guid isPermaLink="false">944143@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi<br />
I am using Triton Lite theme with custom upgrade, would like to change the container background colour, i.e on the front page where the posts are and the post pages, but not the area around the edges, the widgets or navigation - not the whole back ground. </p>
<p>There is a general theme option to change the whole background colour or upload background pic, but this changes the display of the entire background, including posts (whereas in some themes changing the background does no effect  the post area container) hope this makes sense!</p>
<p>I have managed to identify which bit of CSS stylesheet code changes the container independently from the background and add a bit to make it change the colour - BUT it also changes the colour of the 2 footer widget areas backgrounds and the top navigation bar, which is a real problem. I want to make background a dark picture, and have a light coloured page container over the top of that, so that the posts stand out more. the below code worked, except as I say, it also changes the top nav bar background and the middle and footer widget background colours</p>
<p>.container {<br />
    display: block;<br />
	margin: 0 auto;<br />
	width: 960px;</p>
<p>and I added:</p>
<p>    background: #fffff0;<br />
    }</p>
<p>Is there a way to do this? If so, I am a mere novice with the CSS stuff, any step by step guidance would be very much appreciated!</p>
<p>many thanks :)</p>
<p><a href="http://damienmolony.org/" rel="nofollow">http://damienmolony.org/</a>
</p>
]]></description>
					</item>

	</channel>
</rss>
