<?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 - Tag: editing css - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/editing-css</link>
		<description>Support Forum - Tag: editing css - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 13:14:41 +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/tags/editing-css" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "Change font color, style and size of the Navigation / Main menu - and in general"</title>
			<link>http://www.kriesi.at/support/topic/change-font-color-style-and-size-of-the-navigation-main-menu#post-88104</link>
			<pubDate>Thu, 13 Dec 2012 21:03:30 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">88104@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I just wanted to add that I made a video showing how everyone should be going about finding what CSS to change using Google Chrome Developer Tools. I showed through trial and error, it is very possible to stumble along and hack your way around by trying various combinations without getting frustrated, until the colors of the menu are just how you want them. This is not rocket science. Creating it from nothing is art, but manipulating it is not difficult.&#60;/p&#62;
&#60;p&#62;Please notice I have notepad waiting open where I paste the css once I see that it has the desired effect. Then I add it to Quick CSS at the very end to save it. Even if someone has no idea what CSS is, it is still possible to get results.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;https://docs.google.com/open?id=0B8hqGBMSfHtKNE51dUJPZGJwdlE&#34; rel=&#34;nofollow&#34;&#62;https://docs.google.com/open?id=0B8hqGBMSfHtKNE51dUJPZGJwdlE&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick&#60;/p&#62;
&#60;p&#62;* The video is a dramatization illustrating a process. In reality, Nick got a black belt in CSS, and a pair of boots to match.*
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change font color, style and size of the Navigation / Main menu - and in general"</title>
			<link>http://www.kriesi.at/support/topic/change-font-color-style-and-size-of-the-navigation-main-menu#post-88090</link>
			<pubDate>Thu, 13 Dec 2012 20:32:47 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">88090@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Let us close this one then. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>bruwa on "Change font color, style and size of the Navigation / Main menu - and in general"</title>
			<link>http://www.kriesi.at/support/topic/change-font-color-style-and-size-of-the-navigation-main-menu#post-88089</link>
			<pubDate>Thu, 13 Dec 2012 20:31:23 +0000</pubDate>
			<dc:creator>bruwa</dc:creator>
			<guid isPermaLink="false">88089@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Ismael&#60;/p&#62;
&#60;p&#62;thanks for the input. It worked, but did not entirely solve my problem.&#60;/p&#62;
&#60;p&#62;As there are some additional questions, I started a new thread: &#60;a href=&#34;http://www.kriesi.at/support/topic/changes-to-woocommerce-product-detail-page#post-88058&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/changes-to-woocommerce-product-detail-page#post-88058&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Bruno
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Change font color, style and size of the Navigation / Main menu - and in general"</title>
			<link>http://www.kriesi.at/support/topic/change-font-color-style-and-size-of-the-navigation-main-menu#post-87937</link>
			<pubDate>Thu, 13 Dec 2012 02:14:50 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">87937@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Bruno,&#60;/p&#62;
&#60;p&#62;Try this code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.main_menu .menu li a strong {
   color: #ffffff;
   font-size: 12px;
   font-style: italic;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just change the values. Also, if it doesn't change you can use the !important.&#60;/p&#62;
&#60;p&#62;If you want a dark background and white font you can just switch your theme skin to dark, by going to Flashlight &#38;gt; Styling &#38;gt; Which general color scheme should be used? and set this to &#34;Dark&#34;&#60;/p&#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>bruwa on "Change font color, style and size of the Navigation / Main menu - and in general"</title>
			<link>http://www.kriesi.at/support/topic/change-font-color-style-and-size-of-the-navigation-main-menu#post-87848</link>
			<pubDate>Wed, 12 Dec 2012 16:20:39 +0000</pubDate>
			<dc:creator>bruwa</dc:creator>
			<guid isPermaLink="false">87848@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;I tried to change the font &#60;strong&#62;color&#60;/strong&#62; in the navigation / main menu to white with this code:&#60;/p&#62;
&#60;p&#62;#top .main_menu .menu a {&#60;br /&#62;
    color: #ffffff;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Unfortunately it does not work (adding &#34;!important&#34;) did not work either.&#60;/p&#62;
&#60;p&#62;How can I also change the font &#60;strong&#62;size&#60;/strong&#62; and &#60;strong&#62;style&#60;/strong&#62; of the navigation / main menu?&#60;/p&#62;
&#60;p&#62;**************&#60;/p&#62;
&#60;p&#62;As I changed the background to gray:&#60;/p&#62;
&#60;p&#62;.box, .blog-meta, .return_content, .arrowslidecontrolls_fullscreen, .hide_content_wrap a, .img_count, .slide_thumbnails, .widget {&#60;br /&#62;
background: #636466;&#60;br /&#62;
}&#60;br /&#62;
#top .main_menu .menu ul {&#60;br /&#62;
background: #636466;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I want tho change any font color in the theme to white.&#60;br /&#62;
Is there a way to do this once for all?&#60;br /&#62;
&#60;strong&#62;Setting the Flashlight styling option &#34;Font Color on colored background&#34; to white (&#34;#ffffff&#34;) did not do the trick!&#60;/strong&#62;&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Bruno
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
