<?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: Change menu background/hover, Photo link</title>
		<link>http://www.kriesi.at/support/topic/change-menu-backgroundhover-photo-link</link>
		<description>Support Forum - Topic: Change menu background/hover, Photo link</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 23:45:53 +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/change-menu-backgroundhover-photo-link" rel="self" type="application/rss+xml" />

		<item>
			<title>newuser on "Change menu background/hover, Photo link"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-backgroundhover-photo-link#post-27993</link>
			<pubDate>Tue, 27 Sep 2011 17:38:13 +0000</pubDate>
			<dc:creator>newuser</dc:creator>
			<guid isPermaLink="false">27993@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please help me with 1 &#38;amp; 2! I have been waiting on this.&#60;br /&#62;
really appreciate, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newuser on "Change menu background/hover, Photo link"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-backgroundhover-photo-link#post-27004</link>
			<pubDate>Thu, 15 Sep 2011 05:33:21 +0000</pubDate>
			<dc:creator>newuser</dc:creator>
			<guid isPermaLink="false">27004@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Chris - Thanks for the replies. &#60;/p&#62;
&#60;p&#62;1)  linking post images on main page to the single post did not work even after changing the code in index.php.&#60;/p&#62;
&#60;p&#62;2) Adding the additional line in style.css did not make the necessary change to menu item. Im using the top nav and not the categories nav so i dont know if the class .catnav li a strong was the issue&#60;/p&#62;
&#60;p&#62;3) Regarding Menu styling, there are no visible boxes on my site. I was referring to the rectangular space each &#38;lt;li has for the menu item. On the menu items:&#60;br /&#62;
              (a) I would like the active (the page am on) menu item to look different than the rest so the user knows the s/he is on that page.     For example: currently when I hover over the menu items, their color change to white from grey. When a user clicks on one item (and makes it the active item), I would like that item to remain white until the user switches to another menu item&#60;br /&#62;
              (b) i would like to change the background color for each menu item so each of the menu items names sits in a different rectangular color like [http://chestermagazine.com]- i know that this example uses cat nav and im using the main nav.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Change menu background/hover, Photo link"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-backgroundhover-photo-link#post-26893</link>
			<pubDate>Tue, 13 Sep 2011 22:24:23 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">26893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
as for linking your image to the single post you can go in your index.php file and replace&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;div class=&#38;quot;entry-previewimage rounded preloading_background&#38;quot;&#38;gt;&#38;#39;;
			echo $preview_image;
			echo &#38;#39;&#38;lt;/div&#38;gt;&#38;#39;;
			}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;by&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;echo &#38;#39;&#38;lt;div class=&#38;quot;entry-previewimage rounded preloading_background&#38;quot;&#38;gt;&#38;lt;a href=&#38;quot;&#38;#39;.get_permalink().&#38;#39;&#38;quot;&#38;gt;&#38;#39;;
			echo $preview_image;
			echo &#38;#39;&#38;lt;/a&#38;gt;&#38;lt;/div&#38;gt;&#38;#39;;
			}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can center your menu items by adding&#60;br /&#62;
&#60;code&#62;text-align:center;&#60;/code&#62;&#60;br /&#62;
to the following class in your style.css&#60;br /&#62;
&#60;code&#62;.catnav li a strong {&#60;/code&#62;&#60;br /&#62;
(On the site your username is linked to I don't see the &#34;boxed&#34; menu though - am I missing something?)&#60;/p&#62;
&#60;p&#62;To give a different background styling for your menu item's you'd check on their class and create a new class in your style1.css or style2.css etc depending on which theme version you're using..&#60;br /&#62;
If you can link me and point out exactly which menu items you'd want to have changed I can give you specific instructions.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>newuser on "Change menu background/hover, Photo link"</title>
			<link>http://www.kriesi.at/support/topic/change-menu-backgroundhover-photo-link#post-26802</link>
			<pubDate>Mon, 12 Sep 2011 17:24:40 +0000</pubDate>
			<dc:creator>newuser</dc:creator>
			<guid isPermaLink="false">26802@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi - When I click on a photograph on my main/home page, I would like it to click through to the single post instead of the photo popping up. What can I change?&#60;/p&#62;
&#60;p&#62;Also, I would like to change the background and hover styling of the menu items and also make the Menu text center aligned in each individual menu item &#34;box&#34;.&#60;/p&#62;
&#60;p&#62;Thanks for the help :)
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
