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

		<item>
			<title>timethief on "Adelle Theme - Changing ALL colors"</title>
			<link>http://en.forums.wordpress.com/topic/adelle-theme-changing-all-colors#post-1311400</link>
			<pubDate>Tue, 18 Jun 2013 22:30:32 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1311400@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Here's the link to the <a href="https://wpcom-themes.svn.automattic.com/adelle/style.css">Adelle stylesheet</a> for you.
</p>
]]></description>
					</item>
		<item>
			<title>michellegardner on "Adelle Theme - Changing ALL colors"</title>
			<link>http://en.forums.wordpress.com/topic/adelle-theme-changing-all-colors#post-1311397</link>
			<pubDate>Tue, 18 Jun 2013 22:28:49 +0000</pubDate>
			<dc:creator>michellegardner</dc:creator>
			<guid isPermaLink="false">1311397@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm trying to change the link colors, the date colors and if possible, the social media icons colors in the Adelle theme. Thanks!
</p>
]]></description>
					</item>
		<item>
			<title>cfinke on "Ho can I change default color of font from gray to black for all text on site"</title>
			<link>http://en.forums.wordpress.com/topic/ho-can-i-change-default-color-of-font-from-gray-to-black-for-all-text-on-site#post-1310600</link>
			<pubDate>Tue, 18 Jun 2013 15:54:27 +0000</pubDate>
			<dc:creator>cfinke</dc:creator>
			<guid isPermaLink="false">1310600@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can add this Custom CSS in the Customizer to make all of your text black by default:</p>
<p><code>* { color: black; }</code></p>
<p>Or to just make your post text black,</p>
<p><code>.postarea { color: black; }</code></p>
<p>Or, you can use the Colors tool in the Customizer (<a href="https://ncforaj.wordpress.com/wp-admin/customize.php#colors" rel="nofollow">https://ncforaj.wordpress.com/wp-admin/customize.php#colors</a>) to set black as your text color.  The text circle is the one on the bottom right.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Page Tabs and Reply on Pachyderm/Post Bigger"</title>
			<link>http://en.forums.wordpress.com/topic/page-tabs-and-reply-on-pachydermpost-bigger#post-1308802</link>
			<pubDate>Mon, 17 Jun 2013 15:41:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1308802@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>How do I change the color on the post comment section that asks the visitor to comment?
</p></blockquote>
<p>Do you mean the text on single posts that says, "Leave a Reply"?</p>
<p>To change the "Leave a Reply" text color on single posts in the Pachyderm theme, add this to your Appearance → Themes → Customize → CSS panel:</p>
<pre><code>#respond h3 {
	color: #99b2b7;
}</code></pre>
<p>Adjust the color code as needed.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "Page Tabs and Reply on Pachyderm/Post Bigger"</title>
			<link>http://en.forums.wordpress.com/topic/page-tabs-and-reply-on-pachydermpost-bigger#post-1308797</link>
			<pubDate>Mon, 17 Jun 2013 15:40:55 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1308797@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>How do I make the post bigger when someone clicks on it?</p></blockquote>
<p>Do you mean make the main content area wider?</p>
<p>Here is an example that will expand the main content area by 100 pixels. Note that this will affect all types of content, not just single posts:</p>
<pre><code>#main {
	width: 700px;
}

.active-sidebar-primary-sidebar #page,
.page-template-nosidebar-page-php #page {
	width: 890px;
}</code></pre>
]]></description>
					</item>
		<item>
			<title>designsimply on "Page Tabs and Reply on Pachyderm/Post Bigger"</title>
			<link>http://en.forums.wordpress.com/topic/page-tabs-and-reply-on-pachydermpost-bigger#post-1308794</link>
			<pubDate>Mon, 17 Jun 2013 15:39:30 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1308794@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>How I change the color of the page tabs on Pachyderm?</p></blockquote>
<p>The first thing I would recommend would be to change the entire color palette using the custom colors feature at Appearance &#8594; Themes &#8594; Customize &#8594; Colors panel.</p>
<p>If you'd like to get more fine-grained control, you can write some custom CSS to make color changes.</p>
<p>Here is an example showing how to change the menu navigation colors for the Pachyderm theme:</p>
<pre><code>.navigation-main {
	background-color: #99b2b7;
}
.navigation-main a {
	background-color: #99b2b7;
}
.navigation-main li:hover &gt; a,
.navigation-main ul ul :hover &gt; a {
	background-color: #adc1c5;
}
.navigation-main li.current_page_item ul a,
.navigation-main li.current-menu-item ul a {
	background-color: #99b2b7;
}
.menu-toggle {
	background-color: #99b2b7;
}</code></pre>
<blockquote><p>Also, I wanted to know how I could change the hover color of the tabs under the header/title. Its still the original pink.</p></blockquote>
<p>The ".navigation-main li:hover &#62; a" part of the example code above covers that.
</p>
]]></description>
					</item>
		<item>
			<title>bluetenfeder on "Wie kann ich bei meinem Blog die Farben des Themes ändern?"</title>
			<link>http://en.forums.wordpress.com/topic/wie-kann-ich-bei-meinem-blog-die-farben-des-themes-andern#post-1308236</link>
			<pubDate>Mon, 17 Jun 2013 00:41:03 +0000</pubDate>
			<dc:creator>bluetenfeder</dc:creator>
			<guid isPermaLink="false">1308236@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Ich habe das Problem, dass ich in meinem Blog (www.bluetenfeder.wordpress.com) nicht die Farben des Themes (Lovebird) ändern kann.<br />
Es steht unverändert "Saving Changes" an der rechten Leiste. Nichts ändert sich und nichts speichert.<br />
Dieses Problem hatte ich auch schon bei vielen weiteren Themes, die dadurch für mich nicht in Frage kamen.<br />
Ich bitte um baldige Hilfe!
</p>
]]></description>
					</item>
		<item>
			<title>tideandbloom on "Table background color shows up grey all of a sudden"</title>
			<link>http://en.forums.wordpress.com/topic/table-background-color-shows-up-grey-all-of-a-sudden#post-1303571</link>
			<pubDate>Thu, 13 Jun 2013 02:01:28 +0000</pubDate>
			<dc:creator>tideandbloom</dc:creator>
			<guid isPermaLink="false">1303571@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I've gotten my main blog post table to white, but there is still grey around the main navigation (or maybe it's on the header/masthead)???
</p>
]]></description>
					</item>
		<item>
			<title>tideandbloom on "Table background color shows up grey all of a sudden"</title>
			<link>http://en.forums.wordpress.com/topic/table-background-color-shows-up-grey-all-of-a-sudden#post-1303552</link>
			<pubDate>Thu, 13 Jun 2013 01:46:28 +0000</pubDate>
			<dc:creator>tideandbloom</dc:creator>
			<guid isPermaLink="false">1303552@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi all,</p>
<p>Today I looked at my blog and all of a sudden, the main table background color has turned grey. It has always been white ever since I started it and I'm not sure what has happened nor can I figure out what to do. I've been trying to insert code in a dozen of places in CSS code, but nothing works. Can someone help please?
</p>
]]></description>
					</item>
		<item>
			<title>anemina on "Color change doesn&#039;t affect footer"</title>
			<link>http://en.forums.wordpress.com/topic/color-change-doesnt-affect-footer#post-1302585</link>
			<pubDate>Wed, 12 Jun 2013 15:10:14 +0000</pubDate>
			<dc:creator>anemina</dc:creator>
			<guid isPermaLink="false">1302585@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello there,</p>
<p>I have changed my imbalance 2 footer by using CSS and it all worked fine. I've been using it for a while now. However: All of a sudden, my footer area is showing in grey instead of white although the color is defined to be white...</p>
<p>I have been using an image as site background and switched to a plain color lately and I am pretty sure the problem didn't occur until the switch. Does anyone know how to solve that?</p>
<p>I'd be very grateful for your help!</p>
<p>Cheers,<br />
Anna </p>
<p><a href="http://anemina.com" rel="nofollow">http://anemina.com</a>
</p>
]]></description>
					</item>
		<item>
			<title>rachelmcr on "Using 5 Colours"</title>
			<link>http://en.forums.wordpress.com/topic/using-5-colours#post-1301413</link>
			<pubDate>Tue, 11 Jun 2013 19:51:11 +0000</pubDate>
			<dc:creator>rachelmcr</dc:creator>
			<guid isPermaLink="false">1301413@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi seriousbacon,</p>
<p>The Grisaille theme only supports three colors in the Custom Colors section: background color, links hover color, and links color. However, you can use custom CSS to set colors for other elements on the page. If you aren't familiar with CSS, you may want to start by looking at these links:</p>
<p><a href="http://en.support.wordpress.com/custom-design/editing-css/">Editing CSS</a>
<a href="http://en.support.wordpress.com/custom-design/css-basics/">CSS Basics</a></p>
<p>If you have any questions about this, please let me know!
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Using 5 Colours"</title>
			<link>http://en.forums.wordpress.com/topic/using-5-colours#post-1300006</link>
			<pubDate>Mon, 10 Jun 2013 20:59:52 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1300006@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Are you aware that Staff work forward through threads tagged for their attention from those with the earliest date/time stamps forward to those with the most recent date/time stamps?
</p>
]]></description>
					</item>
		<item>
			<title>seriousbacon on "Using 5 Colours"</title>
			<link>http://en.forums.wordpress.com/topic/using-5-colours#post-1300003</link>
			<pubDate>Mon, 10 Jun 2013 20:57:13 +0000</pubDate>
			<dc:creator>seriousbacon</dc:creator>
			<guid isPermaLink="false">1300003@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>bump
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Using 5 Colours"</title>
			<link>http://en.forums.wordpress.com/topic/using-5-colours#post-1299520</link>
			<pubDate>Mon, 10 Jun 2013 15:59:32 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1299520@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This thread will be moved to the CSS Forum for you.
</p>
]]></description>
					</item>
		<item>
			<title>seriousbacon on "Using 5 Colours"</title>
			<link>http://en.forums.wordpress.com/topic/using-5-colours#post-1299504</link>
			<pubDate>Mon, 10 Jun 2013 15:52:04 +0000</pubDate>
			<dc:creator>seriousbacon</dc:creator>
			<guid isPermaLink="false">1299504@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi, I've recently upgraded to the custom design package, I've managed to work out how to most of the bits that i wanted, but i can only seem to use 3 custom colors on the customization page, even if i drag another color to circle it doesn't seem to pick up, i'm using the theme grisaille, so i wanted to know if this is possible. I want to change the post headings and the widget tool bars to another color thanks
</p>
]]></description>
					</item>
		<item>
			<title>songofthecedars on "Unable to override original link hover color in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-override-original-link-hover-color-in-css#post-1299266</link>
			<pubDate>Mon, 10 Jun 2013 12:29:49 +0000</pubDate>
			<dc:creator>songofthecedars</dc:creator>
			<guid isPermaLink="false">1299266@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is great. I found that there is a developer tool built right into Chrome that I think has the same functionality as the Firebug program you mentioned.</p>
<p>The other major piece of the puzzle I was missing was figuring out that a:hover can only come after a and a:visited have been set. That was making some things behave strangely.</p>
<p>Thanks to you I've got everything sorted :)</p>
<p>Now I just need to save all these customizations in a text file somewhere before I lose them in an update or something.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Unable to override original link hover color in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-override-original-link-hover-color-in-css#post-1299230</link>
			<pubDate>Mon, 10 Jun 2013 11:11:40 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1299230@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're right: the tab is not a link, so there's no "a". In my June 8 reply I gave the correct selector, you added the "a" in the post that starts with "Wonderful, this clears up A LOT!", and then I copied it from that post without thinking about it.<br />
Here are the complete controls of that stupid tab (personally I would remove it instead of giving it any attention):<br />
<pre><code>.comments-area .bypostauthor cite span {
    background-color: rgba(230, 230, 230, 0.1);
    background-image: -moz-linear-gradient(center top , rgba(244, 244, 244, 0.8), rgba(230, 230, 230, 0.8));
    background-repeat: repeat-x;
    border: 1px solid #1F6F93;
    border-radius: 2px 2px 2px 2px;
    box-shadow: none;
    color: #1A5F7E;
    font-size: 0.714286rem;
    font-weight: normal;
    line-height: 1.42857;
    margin-left: 0.357143rem;
    padding: 0.142857rem 0.357143rem;
}</code></pre>
<p>And careful with stylesheets you find elsewhere. The one you found is ok, but often it might not be the wordpress.COM version of the theme. Better use WP's own:<br />
<a href="https://wpcom-themes.svn.automattic.com/" rel="nofollow">https://wpcom-themes.svn.automattic.com/</a><br />
<a href="https://wpcom-themes.svn.automattic.com/twentytwelve/style.css" rel="nofollow">https://wpcom-themes.svn.automattic.com/twentytwelve/style.css</a>
</p>
]]></description>
					</item>
		<item>
			<title>songofthecedars on "Unable to override original link hover color in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-override-original-link-hover-color-in-css#post-1298845</link>
			<pubDate>Mon, 10 Jun 2013 02:14:30 +0000</pubDate>
			<dc:creator>songofthecedars</dc:creator>
			<guid isPermaLink="false">1298845@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This is great, you've been a huge help! I was able to find the Twenty Twelve CSS here: <a href="http://phpxref.ftwr.co.uk/wordpress/nav.html?wp-content/themes/twentytwelve/style.css.source.html" rel="nofollow">http://phpxref.ftwr.co.uk/wordpress/nav.html?wp-content/themes/twentytwelve/style.css.source.html</a> and have been going through it trying different things. You're right, .comment-link was actually .commentS-link and I cleared a few other things up along the way. The "a" after VS. "a" before thing is clear in your explanation but remains confusing insofar as it's still part of the larger CSS ecosystem ;)</p>
<p>The only one I'm still being tripped up by is .bypostauthor, as there doesn't seem to be a ".bypostauthor cite span a" in the CSS, only three instances of ".bypostauthor cite span" and a couple ".bypostauthor cite b".</p>
<p>None of them, as far as I've been able to discern, are capable of changing the color of the "post author"  text on the tab next to comments. At least, not with a "color:" command.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Unable to override original link hover color in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-override-original-link-hover-color-in-css#post-1298813</link>
			<pubDate>Mon, 10 Jun 2013 01:28:07 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1298813@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Of course there is "a readymade list of every selector": the stylesheet of every theme is readily available. Read this post of mine please:<br />
<a href="http://wpbtips.wordpress.com/2013/02/21/where-is-the-theme-css-and-how-do-i-edit-it/" rel="nofollow">http://wpbtips.wordpress.com/2013/02/21/where-is-the-theme-css-and-how-do-i-edit-it/</a></p>
<p>Now, consulting the original stylesheet of the theme will be useful, but the best thing to do is learn to use a developer extension, so you can examine the actual pages of your blog, see the selector for each element and the rules that are applied to it, and even try out changes. I don't use Chrome so I'm not sure about it: I think it includes Development Tools. If it doesn't, you can add it. Or you can add Firebug lite.</p>
<p>Now, your questions:</p>
<p>.comment-content a<br />
= links in the main text of comments</p>
<p>a.comment-reply-link<br />
= the "Reply" link that shows below a comment if you have enabled nested comments</p>
<p>.comments-link a<br />
= the link that shows on the main posts page ("Leave a reply", "1 Reply", "2 Replies" etc)</p>
<p>(If you're wondering why "a" after or "a" before: ".whatever" specifies a class of similar elements; so "a.whatever" means any link that's specified as whatever, but ".whatever a" means unspecified links inside any section that's specified as whatever. Clear or confusing?)</p>
<p>.comment-link<br />
doesn't exist in the CSS of 2012</p>
<p>.bypostauthor cite span a<br />
= a tab next to the comment author's name; marks that this commenter is the author of the post.<br />
I think it's visible to visitors only. Check the theme demo:<br />
<a href="http://twentytwelvedemo.wordpress.com/2011/07/07/fall-in-luxembourg/" rel="nofollow">http://twentytwelvedemo.wordpress.com/2011/07/07/fall-in-luxembourg/</a></p>
<p>"the selector that changes the link color on comment author's names":<br />
.comments-area article header cite a</p>
<p>(Since you like clearing things up, let the pedant in me note that your phrase isn't really correct. As you certainly understand, what changes things is the rules inside the brackets, not the selector!)
</p>
]]></description>
					</item>
		<item>
			<title>songofthecedars on "Unable to override original link hover color in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-override-original-link-hover-color-in-css#post-1298761</link>
			<pubDate>Sun, 09 Jun 2013 23:09:13 +0000</pubDate>
			<dc:creator>songofthecedars</dc:creator>
			<guid isPermaLink="false">1298761@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I'm in Chrome 27</p>
<p>Before going into this I only knew a bare minimum of CSS from HTML coding years ago, so I thought I was going to get away with just a, a:visited, and a:hover. When that didn't work I spent some time Googling trying to figure out how to customize WordPress and I kinda cannibalized the other terms such as .entry-content from reading other people's posts and just experimented with them until I found ones that fit. So it's entirely possible there are some useless ones in there (for instance I am using both .widget and .widget-area without any real understanding of which does what, just that it looks like what I need it to now). When I couldn't get any further on my own I came here.</p>
<p>Theme is Twenty Twelve and I've been looking around a bit for a readymade list of every selector in it because that seems like something that should be available, but no luck so far.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Unable to override original link hover color in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-override-original-link-hover-color-in-css#post-1298749</link>
			<pubDate>Sun, 09 Jun 2013 22:40:45 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1298749@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Well, I don't literally "know" the selectors, I <em>find</em> them. So, before answering your questions, couple of questions to you:<br />
a) What browser are you using?<br />
b) How did you find the selectors you found before starting asking here?
</p>
]]></description>
					</item>
		<item>
			<title>songofthecedars on "Unable to override original link hover color in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-override-original-link-hover-color-in-css#post-1298717</link>
			<pubDate>Sun, 09 Jun 2013 21:16:29 +0000</pubDate>
			<dc:creator>songofthecedars</dc:creator>
			<guid isPermaLink="false">1298717@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Wonderful, this clears up A LOT!</p>
<p>If you can stomach me for a couple more questions, I was wondering which selector is controlling the color of links left in comments? Is it .comment-content or .comment-link? What is the difference between the two, anyway? It seems like the former should control links in comments and the latter is redundant with a.comment-reply-link?</p>
<p>Additionally, you had mentioned .bypostauthor cite span to "change the tab next to the comment author link" but I see no such tab? I tried using that line to change the color in which the comment author's names show up, but it didn't seem to have any effect when used like:</p>
<p>.bypostauthor cite span a, .bypostauthor cite span a:visited, etc.</p>
<p>If this isn't the selector that changes the link color on comment author's names, do you know which is?
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Unable to override original link hover color in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-override-original-link-hover-color-in-css#post-1298483</link>
			<pubDate>Sun, 09 Jun 2013 17:35:07 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1298483@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You're welcome!</p>
<p>As I said/showed, you use the exact same selector plus the addition, no matter what the selector looks like (no matter if it's one word or more, no matter if it has punctuation marks and spaces or not, no matter if it looks like others or not). What you have confused is that the addition for, say, the hover isn't <em>a:hover</em>, it's just <em>:hover</em>. If the selector for an element is<br />
#what-the-f-is .this<br />
the selector for the same element on mouseover is<br />
#what-the-f-is .this:hover<br />
Therefore:<br />
a.comment-reply-link<br />
a.comment-reply-link:visited<br />
a.comment-reply-link:hover
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Are we able to change the white &quot;sheet&quot; behind our text?"</title>
			<link>http://en.forums.wordpress.com/topic/are-we-able-to-change-the-white-sheet-behind-our-text#post-1298414</link>
			<pubDate>Sun, 09 Jun 2013 16:41:25 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1298414@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@justpo<br />
Thanks for the catch re: CSS upgrade on the blog in question.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Are we able to change the white &quot;sheet&quot; behind our text?"</title>
			<link>http://en.forums.wordpress.com/topic/are-we-able-to-change-the-white-sheet-behind-our-text#post-1298407</link>
			<pubDate>Sun, 09 Jun 2013 16:33:58 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1298407@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Since you have the Custom Design upgrade, then of course you can change that white. Add this in the CSS editor:<br />
<pre><code>#wrapper {
    background-color: #456789;
}</code></pre>
<p>Replace 456789 with the hex for the color you prefer. If you're not familiar with hex color numbers, see here:<br />
<a href="http://www.december.com/html/spec/color.html" rel="nofollow">http://www.december.com/html/spec/color.html</a></p>
<p>Note that if you'd like a dark color, you'll probably need to make other changes too, or the text won't be very legible.
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Are we able to change the white &quot;sheet&quot; behind our text?"</title>
			<link>http://en.forums.wordpress.com/topic/are-we-able-to-change-the-white-sheet-behind-our-text#post-1298382</link>
			<pubDate>Sun, 09 Jun 2013 16:21:40 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1298382@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>edit: "You " was meant to be "Your"
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Are we able to change the white &quot;sheet&quot; behind our text?"</title>
			<link>http://en.forums.wordpress.com/topic/are-we-able-to-change-the-white-sheet-behind-our-text#post-1298381</link>
			<pubDate>Sun, 09 Jun 2013 16:21:11 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1298381@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You theme does not support changing the background color behind the text in posts or pages. However, if you wish to you can use the Text (HTML) editor and code the background color in each and every post or page.  <a href="http://wpbtips.wordpress.com/2009/09/19/background-color-to-text/" rel="nofollow">http://wpbtips.wordpress.com/2009/09/19/background-color-to-text/</a>
</p>
]]></description>
					</item>
		<item>
			<title>supernu on "Are we able to change the white &quot;sheet&quot; behind our text?"</title>
			<link>http://en.forums.wordpress.com/topic/are-we-able-to-change-the-white-sheet-behind-our-text#post-1298371</link>
			<pubDate>Sun, 09 Jun 2013 16:11:24 +0000</pubDate>
			<dc:creator>supernu</dc:creator>
			<guid isPermaLink="false">1298371@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If your theme supports it, you can change the color under</p>
<p>Dashboard &#62; Appearance &#62; Background
</p>
]]></description>
					</item>
		<item>
			<title>songofthecedars on "Unable to override original link hover color in CSS"</title>
			<link>http://en.forums.wordpress.com/topic/unable-to-override-original-link-hover-color-in-css#post-1298368</link>
			<pubDate>Sun, 09 Jun 2013 16:10:00 +0000</pubDate>
			<dc:creator>songofthecedars</dc:creator>
			<guid isPermaLink="false">1298368@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You, sir or madame, are a golden god.</p>
<p>Hopefully my last question: I'm still confused about .comment-reply-link and .comment-edit-link</p>
<p>You said that I should write it as "a.comment-reply-link" whereas everything else has looked something like ".entry-meta a". So in this case, how would I set visited and hover commands for those selectors? For instance, let's say I wanted comment reply links to remain black all the time, would I write the code like,</p>
<p>a.comment-reply-link, .comment-reply-link a:visited, .comment-reply-link a:hover {<br />
color: #000000;<br />
}</p>
<p>...or does there need to be an "a" in front of each ".comment-reply-link"? And if that's the case, then how to specify visited and hover?</p>
<p>Thanks again, there's nearly a light at the end of the tunnel and I will have to find a way to buy you several drinks.
</p>
]]></description>
					</item>
		<item>
			<title>metalmm on "Are we able to change the white &quot;sheet&quot; behind our text?"</title>
			<link>http://en.forums.wordpress.com/topic/are-we-able-to-change-the-white-sheet-behind-our-text#post-1298360</link>
			<pubDate>Sun, 09 Jun 2013 16:03:11 +0000</pubDate>
			<dc:creator>metalmm</dc:creator>
			<guid isPermaLink="false">1298360@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>On our site, we have a blue picture as our background. However, the "sheet" OVER that is white. (This is where the text goes.) Are you able to change the color from white to something else, either using CSS or the editor?
</p>
]]></description>
					</item>

	</channel>
</rss>
