<?xml version="1.0" encoding="UTF-8"?>
	<rss version="2.0"
		xmlns:content="http://purl.org/rss/1.0/modules/content/"
		xmlns:wfw="http://wellformedweb.org/CommentAPI/"
		xmlns:dc="http://purl.org/dc/elements/1.1/"
		xmlns:atom="http://www.w3.org/2005/Atom"

			>

	<channel>

		<title>CSS for content background color &#8211; Themeco Community</title>
		<atom:link href="https://theme.co/archive/forums/topic/css-for-content-background-color/feed/" rel="self" type="application/rss+xml" />
		<link>https://theme.co/archive/forums/topic/css-for-content-background-color/feed/</link>
		<description></description>
		<lastBuildDate>Sun, 12 Oct 2025 02:55:19 +0000</lastBuildDate>
		<generator>https://bbpress.org/?v=2.6.14</generator>
		<language>en-US</language>

		
														
					
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32193</guid>
					<title><![CDATA[CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32193</link>
					<pubDate>Thu, 10 Apr 2014 19:13:27 +0000</pubDate>
					<dc:creator>Alyssa K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Would it be possible to get the CSS code for a custom content background color? As opposed to just choosing from light and dark?</p>
<p>Thanks,<br />
Alyssa</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32260</guid>
					<title><![CDATA[Reply To: CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32260</link>
					<pubDate>Thu, 10 Apr 2014 20:23:10 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Alyssa,</p>
<p>Thanks for dropping by.</p>
<p>You could do this by adding this css at your <strong>Customizer &gt; CUstom &gt; CSS</strong> :</p>
<pre><code>body, .site {
background: #cccccc!important; /* #CCCCCC color */
}</code></pre>
<p>Or just content background :</p>
<pre><code>.site .entry-wrap {
background: #cccccc!important; /* #CCCCCC color */
}</code></pre>
<p>And sidebar background too :</p>
<pre><code>.site .x-sidebar {
background: #cccccc!important; /* #CCCCCC color */
}
</code></pre>
<p>Or just widget ul, ol</p>
<pre><code>.widget ul, .widget ol {
background: #cccccc!important; /* #CCCCCC color */
}
</code></pre>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32366</guid>
					<title><![CDATA[Reply To: CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32366</link>
					<pubDate>Thu, 10 Apr 2014 23:20:38 +0000</pubDate>
					<dc:creator>Burr F</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,<br />
    This post helped me with starting out.</p>
<p>Is there a list of what x theme css accepts? I am basically new to it, I tried a lot of the &#8220;bg-color&#8221; and &#8220;background:&#8221; css snippets I could google and couldn&#8217;t generate results.</p>
<p>The above works for what I was looking for. How should I find the &#8220;.site&#8221; &#8220;.x-sidebar&#8221; and the &#8220;important;&#8221; information so I can begin customization of things? Should I have known that as &#8220;common css&#8221; (I guess I would need to read up somewhere) Or is there a place/way I can review what x-theme is using and what those parameters are.</p>
<p>I&#8217;ve found the areas where I can add &#8220;custom classes&#8221; but am still too new to understand how to use them correctly. A little reading up on my part there.</p>
<p>Any direction on this is appreciated.</p>
<p>Burr</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32450</guid>
					<title><![CDATA[Reply To: CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32450</link>
					<pubDate>Fri, 11 Apr 2014 02:57:21 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Burr,</p>
<p>You will need HTML/CSS lessons or tutorial, but that is beyond our support. Class name definition and styling were standard to all browsers and themes so it is not specific to x theme.</p>
<p>Hope this helps.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32474</guid>
					<title><![CDATA[Reply To: CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32474</link>
					<pubDate>Fri, 11 Apr 2014 04:32:24 +0000</pubDate>
					<dc:creator>Burr F</dc:creator>

					<description>
						<![CDATA[
						<p>ok, fair enough. But I don&#8217;t think that .x-sidebar will be found at w3c schools for instance.</p>
<p>Is there no reference for these things? As a newb, I have to dig through a lot of stuff to find that&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32524</guid>
					<title><![CDATA[Reply To: CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-32524</link>
					<pubDate>Fri, 11 Apr 2014 11:58:05 +0000</pubDate>
					<dc:creator>Support</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Burr,</p>
<p>You don&#8217;t need to find <strong>.x-sidebar</strong> on <a href="http://www.w3schools.com/css/default.asp" target="_blank" rel="nofollow">W3Schools</a> you need to learn basic CSS like changing background, font, margin, padding et cetra.</p>
<p>You can find the <a href="http://theme.co/x/member/kb/css-class-index/" target="_blank" rel="nofollow">CSS class index</a> in our <a href="http://theme.co/x/member/kb/" target="_blank" rel="nofollow">Knowledge Base</a></p>
<p>Thanks</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-33109</guid>
					<title><![CDATA[Reply To: CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-33109</link>
					<pubDate>Sun, 13 Apr 2014 16:51:53 +0000</pubDate>
					<dc:creator>Burr F</dc:creator>

					<description>
						<![CDATA[
						<p>&#8220;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;You can find the CSS class index in our Knowledge Base&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;&#8221;</p>
<p>That was it. I appreciate the help with it&#8230;</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-33189</guid>
					<title><![CDATA[Reply To: CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-33189</link>
					<pubDate>Sun, 13 Apr 2014 23:12:52 +0000</pubDate>
					<dc:creator>Rad</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Burr,</p>
<p>You&#8217;re welcome.</p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-34096</guid>
					<title><![CDATA[Reply To: CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-34096</link>
					<pubDate>Wed, 16 Apr 2014 20:44:21 +0000</pubDate>
					<dc:creator>Alyssa K</dc:creator>

					<description>
						<![CDATA[
						<p>Hi,</p>
<p>Those codes did help a lot, thank you. The only things it isn&#8217;t changing is the footer widget and the top navigation menu. </p>
						]]>
					</description>

					
					
				</item>

			
				<item>
					<guid>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-34357</guid>
					<title><![CDATA[Reply To: CSS for content background color]]></title>
					<link>https://theme.co/archive/forums/topic/css-for-content-background-color/#post-34357</link>
					<pubDate>Thu, 17 Apr 2014 13:26:01 +0000</pubDate>
					<dc:creator>Alexander</dc:creator>

					<description>
						<![CDATA[
						<p>Hi Alyssa,</p>
<p>Could you provide a link to your site so we could take a look at this?</p>
						]]>
					</description>

					
					
				</item>

					
		
	</channel>
	</rss>

