<?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: Cart and Checkout Font Colors</title>
		<link>http://www.kriesi.at/support/topic/cart-and-checkout-font-colors</link>
		<description>Support Forum - Topic: Cart and Checkout Font Colors</description>
		<language>en-US</language>
		<pubDate>Tue, 21 May 2013 13:56: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/cart-and-checkout-font-colors" rel="self" type="application/rss+xml" />

		<item>
			<title>charleswanmushi on "Cart and Checkout Font Colors"</title>
			<link>http://www.kriesi.at/support/topic/cart-and-checkout-font-colors#post-82235</link>
			<pubDate>Mon, 05 Nov 2012 03:46:58 +0000</pubDate>
			<dc:creator>charleswanmushi</dc:creator>
			<guid isPermaLink="false">82235@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much, Nick!&#60;br /&#62;
I will definitely get to know Firebug asap. :) Thanks again!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Cart and Checkout Font Colors"</title>
			<link>http://www.kriesi.at/support/topic/cart-and-checkout-font-colors#post-81711</link>
			<pubDate>Wed, 31 Oct 2012 15:09:08 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">81711@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;Instead of the css you've used , please try this&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.post-entry-portfolio-first strong, .entry-content strong {
color: #999;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;The reason your css didn't work on the other page is because the structure is very different on the other page, and has selectors with different names. If you want to see yourself easily:&#60;/p&#62;
&#60;p&#62;For making customization to your theme's CSS, we recommend that you install and get to know Firebug ( &#60;a href=&#34;http://getfirebug.com/css&#34; rel=&#34;nofollow&#34;&#62;http://getfirebug.com/css&#60;/a&#62; )  and Google Chrome developer tools ( &#60;a href=&#34;https://developers.google.com/chrome-developer-tools/docs/overview&#34; rel=&#34;nofollow&#34;&#62;https://developers.google.com/chrome-developer-tools/docs/overview&#60;/a&#62; ) browser add-on. Firebug is a free web development tool that integrates into Firefox and Chrome browsers and assists in monitoring, debugging and editing of any website's CSS, HTML, DOM, and JavaScript files.&#60;/p&#62;
&#60;p&#62;Once installed, this easy to follow video will show you the basics of Firebug – &#60;a href=&#34;http://vimeo.com/20917974&#34; rel=&#34;nofollow&#34;&#62;http://vimeo.com/20917974&#60;/a&#62; and get you on your way to customizing your theme like a real pro. It's 5 minutes long, and by the end you will know how to style anything!&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>charleswanmushi on "Cart and Checkout Font Colors"</title>
			<link>http://www.kriesi.at/support/topic/cart-and-checkout-font-colors#post-81519</link>
			<pubDate>Tue, 30 Oct 2012 08:37:38 +0000</pubDate>
			<dc:creator>charleswanmushi</dc:creator>
			<guid isPermaLink="false">81519@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, &#60;/p&#62;
&#60;p&#62;With reference to my previous message in this thread. I have inserted the following codes into my quick css:&#60;/p&#62;
&#60;p&#62;#top .cart_totals th strong{color:#999 !important;}&#60;/p&#62;
&#60;p&#62;The changes to the fonts at &#60;a href=&#34;http://myclearify.com/cart/&#34; rel=&#34;nofollow&#34;&#62;http://myclearify.com/cart/&#60;/a&#62; were beautiful. &#60;/p&#62;
&#60;p&#62;But the changes were not visible in &#60;a href=&#34;http://myclearify.com/checkout/&#34; rel=&#34;nofollow&#34;&#62;http://myclearify.com/checkout/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Am looking forward to some advice and assistance toward my checkout page.&#60;/p&#62;
&#60;p&#62;Thanks much.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>charleswanmushi on "Cart and Checkout Font Colors"</title>
			<link>http://www.kriesi.at/support/topic/cart-and-checkout-font-colors#post-81512</link>
			<pubDate>Tue, 30 Oct 2012 07:51:59 +0000</pubDate>
			<dc:creator>charleswanmushi</dc:creator>
			<guid isPermaLink="false">81512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there,&#60;/p&#62;
&#60;p&#62;I would appreciate some advice to change the font colors in the cart of my CART and CHECKOUT PAGE:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://myclearify.com/cart/&#34; rel=&#34;nofollow&#34;&#62;http://myclearify.com/cart/&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://myclearify.com/checkout/&#34; rel=&#34;nofollow&#34;&#62;http://myclearify.com/checkout/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;The default dark grey fonts of the section at CART SUBTOTAL &#38;amp; ORDER TOTAL are simply too dark to read.&#60;br /&#62;
I am trying to change these fonts to a lighter color.&#60;/p&#62;
&#60;p&#62;Thank you in advance!
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
