<?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: Changing Color of Main Menu and Comment Boxes</title>
		<link>http://www.kriesi.at/support/topic/changing-color-of-main-menu-and-comment-boxes</link>
		<description>Support Forum - Topic: Changing Color of Main Menu and Comment Boxes</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 02:05:50 +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/changing-color-of-main-menu-and-comment-boxes" rel="self" type="application/rss+xml" />

		<item>
			<title>Ismael on "Changing Color of Main Menu and Comment Boxes"</title>
			<link>http://www.kriesi.at/support/topic/changing-color-of-main-menu-and-comment-boxes#post-91614</link>
			<pubDate>Tue, 15 Jan 2013 02:00:31 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">91614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Fire_Safety_Sales,&#60;/p&#62;
&#60;p&#62;Glad that Nick helped you. :)&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fire_Safety_Sales on "Changing Color of Main Menu and Comment Boxes"</title>
			<link>http://www.kriesi.at/support/topic/changing-color-of-main-menu-and-comment-boxes#post-91568</link>
			<pubDate>Mon, 14 Jan 2013 21:15:26 +0000</pubDate>
			<dc:creator>Fire_Safety_Sales</dc:creator>
			<guid isPermaLink="false">91568@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Exactly what I was looking for, thanks for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing Color of Main Menu and Comment Boxes"</title>
			<link>http://www.kriesi.at/support/topic/changing-color-of-main-menu-and-comment-boxes#post-91505</link>
			<pubDate>Mon, 14 Jan 2013 16:20:46 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">91505@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;#3 There you have the border, background, and text colors for all the different input boxes, just change them to what you like.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_color .input-text, .main_color input[type=&#38;quot;text&#38;quot;], .main_color input[type=&#38;quot;input&#38;quot;], .main_color input[type=&#38;quot;password&#38;quot;], .main_color input[type=&#38;quot;email&#38;quot;], .main_color textarea, .main_color select {
border-color: #444444;
background-color: #222222;
color: #888888;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The code below is for the submit button on the page for #3&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_color .button:hover, .main_color .ajax_controlls a:hover, .main_color #submit:hover, .main_color .big_button:hover, .main_color .contentSlideControlls a:hover, .main_color input[type=&#38;quot;submit&#38;quot;]:hover {
background-color: #eb3b3b;
color: #111111;
border-color: #eb3b3b;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;#4 - this is for the first word 'Our' in 'Our Blog'&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.main_color .widget_first {
color: #a81010;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;This is for the links you wanted white below Our Blog .. #FFF is white...&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .main_color .sidebar a {
color: #FFF !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Please add all this to the bottom of your custom.css file.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fire_Safety_Sales on "Changing Color of Main Menu and Comment Boxes"</title>
			<link>http://www.kriesi.at/support/topic/changing-color-of-main-menu-and-comment-boxes#post-91490</link>
			<pubDate>Mon, 14 Jan 2013 15:22:43 +0000</pubDate>
			<dc:creator>Fire_Safety_Sales</dc:creator>
			<guid isPermaLink="false">91490@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Please ignore my number 1... code was perfect for what I was looking for. Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fire_Safety_Sales on "Changing Color of Main Menu and Comment Boxes"</title>
			<link>http://www.kriesi.at/support/topic/changing-color-of-main-menu-and-comment-boxes#post-91489</link>
			<pubDate>Mon, 14 Jan 2013 15:17:15 +0000</pubDate>
			<dc:creator>Fire_Safety_Sales</dc:creator>
			<guid isPermaLink="false">91489@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,&#60;/p&#62;
&#60;p&#62;Thanks for the help. &#60;/p&#62;
&#60;p&#62;1) I was talking about when I use the tab shortcode as well within a page, the headline text of other tabs are dark gray if they are not highlighted. You can see what I'm talking about here: &#60;a href=&#34;http://www.firesafetysales.com/home/stat-x-first-responder/&#34; rel=&#34;nofollow&#34;&#62;http://www.firesafetysales.com/home/stat-x-first-responder/&#60;/a&#62;  , under the additional information section.&#60;/p&#62;
&#60;p&#62;3) &#60;a href=&#34;http://www.firesafetysales.com/home/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.firesafetysales.com/home/contact-us/&#60;/a&#62;        -- Looking to make the boxes on this page lighter&#60;/p&#62;
&#60;p&#62;4) &#60;a href=&#34;http://www.firesafetysales.com/home/contact-us/&#34; rel=&#34;nofollow&#34;&#62;http://www.firesafetysales.com/home/contact-us/&#60;/a&#62;       -- Same link, but you'll see on the right where it says &#34;Our Blog&#34; that the headlines below are in gray and then turn to red. Wanted to know if I could make these appear white instead of gray.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Changing Color of Main Menu and Comment Boxes"</title>
			<link>http://www.kriesi.at/support/topic/changing-color-of-main-menu-and-comment-boxes#post-91224</link>
			<pubDate>Sat, 12 Jan 2013 01:57:43 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">91224@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;1) here is the css to change color of the tabbed content, just pick a color you like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_color .sidebar_tab, .main_color .tabcontainer .tab {
color: red;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;2) Way to change the color of the main menu so that everything looked white&#60;/p&#62;
&#60;p&#62;Here are the codes for the colors of various background and texts of menus and submenus. if you can provide an illustration of what color you want where, i can better help but the code below will let you change to white which is #FFF&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.header_color .main_menu ul:first-child &#38;gt; li a:hover, .header_color .main_menu ul:first-child &#38;gt; li.current-menu-item &#38;gt; a, .header_color .main_menu ul:first-child &#38;gt; li.current_page_item &#38;gt; a, .header_color .main_menu ul:first-child &#38;gt; li.active-parent-item &#38;gt; a {
color: #888888;
}

.header_color .main_menu ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow {
background-color: #111111;
color: #888888;
}

.header_color .main_menu ul, .header_color .main_menu .menu ul li a, .header_color .pointer_arrow_wrap .pointer_arrow {
background-color: #111111;
color: #888888;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;3) Change the comment/text boxes to see the outline.&#60;/p&#62;
&#60;p&#62;Please provide a url to the page where this is located &#60;/p&#62;
&#60;p&#62;4) Change widget dark gray, and then they are highlighted in red when the mouse hovers over them.&#60;/p&#62;
&#60;p&#62;Please provide a url to where this is located&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fire_Safety_Sales on "Changing Color of Main Menu and Comment Boxes"</title>
			<link>http://www.kriesi.at/support/topic/changing-color-of-main-menu-and-comment-boxes#post-91134</link>
			<pubDate>Fri, 11 Jan 2013 14:27:19 +0000</pubDate>
			<dc:creator>Fire_Safety_Sales</dc:creator>
			<guid isPermaLink="false">91134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Also hoping you could tell me how to change the gray color of the titles in my tabbed content.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Fire_Safety_Sales on "Changing Color of Main Menu and Comment Boxes"</title>
			<link>http://www.kriesi.at/support/topic/changing-color-of-main-menu-and-comment-boxes#post-91133</link>
			<pubDate>Fri, 11 Jan 2013 14:14:50 +0000</pubDate>
			<dc:creator>Fire_Safety_Sales</dc:creator>
			<guid isPermaLink="false">91133@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi guys,&#60;/p&#62;
&#60;p&#62;I was wondering if there was a way to change the color of the main menu so that everything looked white rather than just whatever someone's mouse was currently hovered over. Also, I was asked to find a way to change the comment/text boxes in the dark theme of Choices to a lighter color so it was easier to see the outline. One last area I was asked to change was a widget that lists the latest blog posts. The post show up in dark gray, and then they are highlighted in red when the mouse hovers over them.&#60;/p&#62;
&#60;p&#62;My site can be found at &#60;a href=&#34;http://www.firesafetysales.com&#34; rel=&#34;nofollow&#34;&#62;http://www.firesafetysales.com&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Sorry if this is a lot. I appreciate the help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
