<?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: Customize our Menu and Help with Tables</title>
		<link>http://www.kriesi.at/support/topic/customize-our-menu-and-help-with-tables</link>
		<description>Support Forum - Topic: Customize our Menu and Help with Tables</description>
		<language>en-US</language>
		<pubDate>Sat, 18 May 2013 23:53:24 +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/customize-our-menu-and-help-with-tables" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Customize our Menu and Help with Tables"</title>
			<link>http://www.kriesi.at/support/topic/customize-our-menu-and-help-with-tables#post-79181</link>
			<pubDate>Wed, 10 Oct 2012 05:17:19 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">79181@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Glad you figured it out. Thanks to Devin.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SylD on "Customize our Menu and Help with Tables"</title>
			<link>http://www.kriesi.at/support/topic/customize-our-menu-and-help-with-tables#post-79171</link>
			<pubDate>Tue, 09 Oct 2012 23:25:16 +0000</pubDate>
			<dc:creator>SylD</dc:creator>
			<guid isPermaLink="false">79171@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I found all the settings by continuing to search the forum :) Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>SylD on "Customize our Menu and Help with Tables"</title>
			<link>http://www.kriesi.at/support/topic/customize-our-menu-and-help-with-tables#post-79170</link>
			<pubDate>Tue, 09 Oct 2012 23:06:32 +0000</pubDate>
			<dc:creator>SylD</dc:creator>
			<guid isPermaLink="false">79170@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, I am also trying to change the submenu colors and the hover colors for the Main Menu/Submenu and tried to follow these directions.&#60;/p&#62;
&#60;p&#62;Where can I find the light-skin.css file? I couldn't find it in the Choices theme folder.&#60;/p&#62;
&#60;p&#62;Is there a Quick code for setting these colors?&#60;/p&#62;
&#60;p&#62;Thank you,&#60;/p&#62;
&#60;p&#62;Syl
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Customize our Menu and Help with Tables"</title>
			<link>http://www.kriesi.at/support/topic/customize-our-menu-and-help-with-tables#post-71567</link>
			<pubDate>Fri, 17 Aug 2012 15:57:38 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">71567@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi southlakebaptist,&#60;/p&#62;
&#60;p&#62;1. For the background:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#menu-sbc-menu.avia_mega {
background-color: #333;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Hover color - set on line 53 in light-skin.css in the css folder of your theme files. Can also be used for adding font.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .avia_mega &#38;gt; li &#38;gt; a:hover, #top .avia_mega &#38;gt; li:hover &#38;gt; a, #top #wrap_all .avia_mega .open-mega-a {
background: #444;
color: #334;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The sub menu items are styled by the following which is also in light-skin.css on line 81 (also in conjunction with the colors you choose in the styling tab of the theme options):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .avia_mega ul ul li, #top .avia_mega &#38;gt; li &#38;gt; ul li {
color: #777;
background-image: url(../images/skin1/menu_arrow.png);
background-position: -20px -11px;
background-repeat: no-repeat;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2. The theme has its own css for tables which you will need to cancel out. The most simple way to do this would be adding a new class to your custom.css or Quick CSS called .borderless and give it properties with values to cancel out the theme options. Then apply that class to the table.&#60;/p&#62;
&#60;p&#62;Something like:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.borderless{
border-right: none !important;
border-bottom: none !important;
border-left: none !important;
border-top: none !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3. Looks like you got this one figured out looking at the site now.&#60;/p&#62;
&#60;p&#62;4. You would need to use a plugin for something like that and then apply it to a widget area for the pages.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>southlakebaptist on "Customize our Menu and Help with Tables"</title>
			<link>http://www.kriesi.at/support/topic/customize-our-menu-and-help-with-tables#post-71064</link>
			<pubDate>Tue, 14 Aug 2012 22:40:14 +0000</pubDate>
			<dc:creator>southlakebaptist</dc:creator>
			<guid isPermaLink="false">71064@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;My apolgoies up front for not being a super programmer.  We've done some light customizing of our site, but we are struggling with a few things.  Our test site with the template is &#60;a href=&#34;http://www.southlakebc.com&#34; rel=&#34;nofollow&#34;&#62;http://www.southlakebc.com&#60;/a&#62; (it's a mess).&#60;/p&#62;
&#60;p&#62;Here are my questions&#60;/p&#62;
&#60;p&#62;1. How can we change the colors of the menu bar, hover, font, etc. (tried a few things from the searches and nothing worked)&#60;/p&#62;
&#60;p&#62;2. On the home page we are trying to center 3 buttons, the best route I can figure is to use a table.  The border is set to 0, but as you can see it's showing some light borders below the buttons.&#60;/p&#62;
&#60;p&#62;3. Is there a way to remove the preview icons from the blog post (events for us), a portpholio (we call it sermons) widgets. You can see the first page has some, and &#60;a href=&#34;http://www.southlakebc.com/about/&#34; rel=&#34;nofollow&#34;&#62;http://www.southlakebc.com/about/&#60;/a&#62;  here.&#60;/p&#62;
&#60;p&#62;4. Is it possible to have a submenu on certain pages, for example, if you are on a certain page that falls under a menu with multiple pages, could we have a submenu of the other pages.  Here is an example on our current website (I would want to control this)&#60;br /&#62;
&#60;a href=&#34;http://www.southlakebaptist.com/about&#34; rel=&#34;nofollow&#34;&#62;http://www.southlakebaptist.com/about&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks for any help offered, the search feature on this forum doesn't seem to allow me to narrow the results down the broadscope template.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
