<?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: How to change the colors in the comments?</title>
		<link>http://www.kriesi.at/support/topic/how-to-add-the-read-more-button-in-posts</link>
		<description>Support Forum - Topic: How to change the colors in the comments?</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 23:33:51 +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/how-to-add-the-read-more-button-in-posts" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "How to change the colors in the comments?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-the-read-more-button-in-posts#post-21937</link>
			<pubDate>Sun, 03 Jul 2011 10:06:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">21937@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
just insert it in style3.css (at the very bottom).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How to change the colors in the comments?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-the-read-more-button-in-posts#post-21913</link>
			<pubDate>Sat, 02 Jul 2011 20:14:47 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">21913@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Where i should put the:&#60;/p&#62;
&#60;p&#62;.comment_text{&#60;br /&#62;
color:#ff0099;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;to change the comment fonts colour?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How to change the colors in the comments?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-the-read-more-button-in-posts#post-21754</link>
			<pubDate>Wed, 29 Jun 2011 19:48:36 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">21754@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Ok! I found it! But i can't find the colour codes such as #fff or #000 .. I am looking for a light grey and also i want to change the fonts colours that are in the comments area... One last question! Do you know where can i change the location (left , center , right) and the text of the read more button?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How to change the colors in the comments?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-the-read-more-button-in-posts#post-21752</link>
			<pubDate>Wed, 29 Jun 2011 19:45:43 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">21752@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;If you want Habitat - Minimal and Habitat - Default to be unchanged it is better to go to your css folder and edit the style3.css file. It should be located in wp-content/themes/habitat/css/ on your host. It seems you can't edit this through the wordpress editor.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How to change the colors in the comments?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-the-read-more-button-in-posts#post-21748</link>
			<pubDate>Wed, 29 Jun 2011 19:01:00 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">21748@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you very much for your fast response! I will try it right now and i'll sent you if i have a problem! Just a question! In the appearence in the wordpress dashboard in the editor there is only one css file (style.css) may i have there style3.css?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "How to change the colors in the comments?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-the-read-more-button-in-posts#post-21747</link>
			<pubDate>Wed, 29 Jun 2011 18:49:54 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">21747@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;To change the background color of the comments you can edit the CSS. In your case, using the Dark skin you go to line 400 in your style3.css file. We're only editing style3.css so other versions of the theme stay untouched. &#60;strong&#62;Make sure to have a backup copy before editing any files manually&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.comment_content, .children .gravatar {&#60;br /&#62;
border:1px solid #444;&#60;br /&#62;
background: #fff;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Can be changed to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.comment_content, .children .gravatar {&#60;br /&#62;
border:1px solid #444;&#60;br /&#62;
background: #000;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Editing that line (background: #...) will change the comment background to black.&#60;br /&#62;
The color is determined by a &#60;a href=&#34;http://www.2createawebsite.com/build/hex-colors.html&#34;&#62;Hex Color Code&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This however changes the background of your comments but not your avatars. To change the background of the avatars see line 405 and apply the same logic to:&#60;br /&#62;
&#60;code&#62;.gravatar{&#60;br /&#62;
border:1px solid #444;&#60;br /&#62;
background: #fff;&#60;br /&#62;
border-right:none;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;As for the font color you can add the following to your style3.css file&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.comment_text{&#60;br /&#62;
color:#ff0099;&#60;br /&#62;
}&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Again, the same logic for colors can be used for this color.&#60;/p&#62;
&#60;p&#62;If anything is unclear please don't hesitate to reply.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>haritos on "How to change the colors in the comments?"</title>
			<link>http://www.kriesi.at/support/topic/how-to-add-the-read-more-button-in-posts#post-21744</link>
			<pubDate>Wed, 29 Jun 2011 17:15:22 +0000</pubDate>
			<dc:creator>haritos</dc:creator>
			<guid isPermaLink="false">21744@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I would like to change the font and background colors in the comments on every post!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
