<?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: CSS help for Imbalance 2: remove Category Archive, image size and other</title>
		<link>http://en.forums.wordpress.com/topic/css-help-for-imbalance-2-remove-category-archive-image-size-and-other</link>
		<description>WordPress.com Forums &#187; Topic: CSS help for Imbalance 2: remove Category Archive, image size and other</description>
		<language>en</language>
		<pubDate>Fri, 24 May 2013 11:58:57 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/topic/css-help-for-imbalance-2-remove-category-archive-image-size-and-other" rel="self" type="application/rss+xml" />

		<item>
			<title>designsimply on "CSS help for Imbalance 2: remove Category Archive, image size and other"</title>
			<link>http://en.forums.wordpress.com/topic/css-help-for-imbalance-2-remove-category-archive-image-size-and-other#post-1156248</link>
			<pubDate>Mon, 18 Feb 2013 19:46:45 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1156248@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>You wrote there is no way to change the hover color for post in the home page separately for different categories in the home page..but is there a way to change it in each category page? </p></blockquote>
<p>Yes. View the page source for each type of page and look at the classes listed in the body tag. Each type of page has different tags, and you can use those to target the pages with different CSS.</p>
<p>Let's look at the projects page as an example:<br />
<a href="http://silviacasaliphotography.wordpress.com/category/projects-progetti/" rel="nofollow">http://silviacasaliphotography.wordpress.com/category/projects-progetti/</a></p>
<p>It has a body class of "category-projects-progetti"</p>
<p>So you can change the post hover color on those pages by using a category selector in CSS like this:</p>
<pre><code>.category-projects-progetti .box .texts {
	border-color: red;
	background: red;
}</code></pre>
<p>You would then add a new block like that for each different selector you wanted to change the post hover color for.
</p>
]]></description>
					</item>
		<item>
			<title>adartee on "CSS help for Imbalance 2: remove Category Archive, image size and other"</title>
			<link>http://en.forums.wordpress.com/topic/css-help-for-imbalance-2-remove-category-archive-image-size-and-other#post-1146574</link>
			<pubDate>Fri, 08 Feb 2013 04:52:09 +0000</pubDate>
			<dc:creator>adartee</dc:creator>
			<guid isPermaLink="false">1146574@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You wrote there is no way to change the hover color for post in the home page separately for different categories in the home page..but is there a way to change it  in each category page? Let's say I would like all the posts appearing when clicking portfolio to be hovered in red and those appearing in the projects category to be hovered in blue..the site is no more private now, <a href="http://www.silviacasaliphotography.wordpress.com" rel="nofollow">http://www.silviacasaliphotography.wordpress.com</a><br />
Thank you!
</p>
]]></description>
					</item>
		<item>
			<title>adartee on "CSS help for Imbalance 2: remove Category Archive, image size and other"</title>
			<link>http://en.forums.wordpress.com/topic/css-help-for-imbalance-2-remove-category-archive-image-size-and-other#post-1146573</link>
			<pubDate>Fri, 08 Feb 2013 04:45:30 +0000</pubDate>
			<dc:creator>adartee</dc:creator>
			<guid isPermaLink="false">1146573@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thank you so much for your help! Changes applied..like it!
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS help for Imbalance 2: remove Category Archive, image size and other"</title>
			<link>http://en.forums.wordpress.com/topic/css-help-for-imbalance-2-remove-category-archive-image-size-and-other#post-1146486</link>
			<pubDate>Fri, 08 Feb 2013 02:15:38 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1146486@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>3. display a different featured image background color when image hovered for posts belonging to different categories (homepage)</p></blockquote>
<p>There isn't a way to change the hover color for posts on the home page separately for different categories because of the way the HTML is structured. You could change them all at once with something like this though:</p>
<pre><code>.box .texts {
	border-color: red;
	background: red;
}</code></pre>
<p>Change the color names to color codes of your choice.<br />
<a href="http://0to255.com/" rel="nofollow">http://0to255.com/</a>
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS help for Imbalance 2: remove Category Archive, image size and other"</title>
			<link>http://en.forums.wordpress.com/topic/css-help-for-imbalance-2-remove-category-archive-image-size-and-other#post-1146480</link>
			<pubDate>Fri, 08 Feb 2013 02:05:20 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1146480@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>2. create square thumbnails in the homepage as in <a href="http://robinlennoxstewart.com/" rel="nofollow">http://robinlennoxstewart.com/</a></p></blockquote>
<p>That is achieved by saving a square version of the image and setting it as a <a href="http://en.support.wordpress.com/featured-images/">featured image</a> for each post.
</p>
]]></description>
					</item>
		<item>
			<title>designsimply on "CSS help for Imbalance 2: remove Category Archive, image size and other"</title>
			<link>http://en.forums.wordpress.com/topic/css-help-for-imbalance-2-remove-category-archive-image-size-and-other#post-1146469</link>
			<pubDate>Fri, 08 Feb 2013 01:52:27 +0000</pubDate>
			<dc:creator>designsimply</dc:creator>
			<guid isPermaLink="false">1146469@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<blockquote><p>1. remove/hide "Category Archive/.." label and keep only the name of the category visible;</p></blockquote>
<p>I see you found the solution for this one:</p>
<pre><code>.category .page-title {
	visibility: hidden
}
.category .page-title span {
	visibility: visible;
	float:left
}</code></pre>
]]></description>
					</item>
		<item>
			<title>adartee on "CSS help for Imbalance 2: remove Category Archive, image size and other"</title>
			<link>http://en.forums.wordpress.com/topic/css-help-for-imbalance-2-remove-category-archive-image-size-and-other#post-1128262</link>
			<pubDate>Sat, 19 Jan 2013 10:39:51 +0000</pubDate>
			<dc:creator>adartee</dc:creator>
			<guid isPermaLink="false">1128262@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hi,<br />
I need help with the following Imbalance 2 theme customization (I have purchased the CSS customization feature)<br />
1. remove/hide "Category Archive/.." label and keep only the name of the category visible;<br />
2. create square thumbnails in the homepage as in <a href="http://robinlennoxstewart.com/" rel="nofollow">http://robinlennoxstewart.com/</a><br />
3. display a different  featured image background color when image hovered  for posts belonging to different categories (homepage)<br />
My site is still private please contact me for access<br />
Thank you
</p>
]]></description>
					</item>

	</channel>
</rss>
