<?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: Highlighting portfolio items on home page</title>
		<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page</link>
		<description>Support Forum - Topic: Highlighting portfolio items on home page</description>
		<language>en-US</language>
		<pubDate>Sun, 19 May 2013 12:56:59 +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/highlighting-portfolio-items-on-home-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83795</link>
			<pubDate>Wed, 14 Nov 2012 04:47:44 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83795@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kizuri,&#60;/p&#62;
&#60;p&#62;Glad we could help. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83776</link>
			<pubDate>Wed, 14 Nov 2012 02:27:31 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83776@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Yay! Amazing! Thank you so much!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83545</link>
			<pubDate>Tue, 13 Nov 2012 02:29:17 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83545@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kizuri,&#60;/p&#62;
&#60;p&#62;Try to replace this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-title a:hover {
color: #ffffff;
text-decoration: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;With this code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .portfolio-title a:hover {
color: white !important;
text-decoration: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hope this helps. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83477</link>
			<pubDate>Mon, 12 Nov 2012 15:39:01 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83477@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you!&#60;/p&#62;
&#60;p&#62;The site is &#60;a href=&#34;http://www.hummingbirdhall.org&#34; rel=&#34;nofollow&#34;&#62;http://www.hummingbirdhall.org&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is a test site until I move it to the proper domain.&#60;/p&#62;
&#60;p&#62;I'd like the text to be white when the background is purple, please.&#60;/p&#62;
&#60;p&#62;Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83433</link>
			<pubDate>Mon, 12 Nov 2012 10:36:12 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83433@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kizuri,&#60;/p&#62;
&#60;p&#62;I don't think there's something wrong in your code. Can you post a link to your site? so we can have a look at it and check why the code isn't working.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83383</link>
			<pubDate>Mon, 12 Nov 2012 03:50:55 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83383@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm sorry if I'm missing something obvious, but it doesn't seem to be working:&#60;/p&#62;
&#60;p&#62;}&#60;br /&#62;
#top .portfolio-title, .portfolio-sort-container .inner-entry, .ajax_loading, .ajax-control a, .inner_column, .ajax_slide .inner_slide, #top .ajax_slide .slideshow, #top .inner-entry .slideshow, .ajax_slide .entry-content {&#60;br /&#62;
    background-color: #fcf2fc;&#60;br /&#62;
}&#60;br /&#62;
.portfolio-title a {&#60;br /&#62;
width: 202px;&#60;br /&#62;
height: 38px;&#60;br /&#62;
display: block;&#60;br /&#62;
position: relative;&#60;br /&#62;
padding: 18px 0 0 30px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;.portfolio-title a:hover {&#60;br /&#62;
background: #4f044f;&#60;br /&#62;
}&#60;br /&#62;
.portfolio-title a:hover {&#60;br /&#62;
   color: #ffffff;&#60;br /&#62;
   text-decoration: none;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I'd like the font colour to be white when the hover color is purple.&#60;/p&#62;
&#60;p&#62;Thanks SO much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83334</link>
			<pubDate>Sun, 11 Nov 2012 17:52:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83334@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi kizuri,&#60;/p&#62;
&#60;p&#62;Yes, you can change the color in the same code. Just insert it inside this block of code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-title a {
   color: #000;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;If you want to change it when the title is hovered, put it inside :&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-title a:hover {
   color: #000;
   text-decoration: none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;just adjust the color value. Also, the text-decoration: none; removes the underline on the title when hovered.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83314</link>
			<pubDate>Sun, 11 Nov 2012 15:13:17 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83314@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Awesome, thank you!&#60;/p&#62;
&#60;p&#62;Would I insert the text change color in the same code? To replace the underline?&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83297</link>
			<pubDate>Sun, 11 Nov 2012 13:47:08 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">83297@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;You can add something like this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.portfolio-title a {
width: 202px;
height: 38px;
display: block;
position: relative;
padding: 18px 0 0 30px;
}

.portfolio-title a:hover {
background: red;
}

#top .portfolio-title {
padding: 0!important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kizuri on "Highlighting portfolio items on home page"</title>
			<link>http://www.kriesi.at/support/topic/highlighting-portfolio-items-on-home-page#post-83289</link>
			<pubDate>Sun, 11 Nov 2012 12:20:43 +0000</pubDate>
			<dc:creator>kizuri</dc:creator>
			<guid isPermaLink="false">83289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm so in love with theme!&#60;/p&#62;
&#60;p&#62;Is there a way to highlight the portfolio name on the home page? Rather like Eunoia?&#60;/p&#62;
&#60;p&#62;At the moment when the mouse hovers over a portfolio name it underlines the name. I'd like to highlight the white box instead.&#60;/p&#62;
&#60;p&#62;Thanks so much!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
