<?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 background color on cart page for &#34;PRODUCT NAME&#34;, &#34;UNIT PRICE&#34;, etc..</title>
		<link>http://www.kriesi.at/support/topic/change-background-color-on-cart-page-for-product-name-unit-price-etc</link>
		<description>Support Forum - Topic: Change background color on cart page for &quot;PRODUCT NAME&quot;, &quot;UNIT PRICE&quot;, etc..</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 02:15:08 +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-background-color-on-cart-page-for-product-name-unit-price-etc" rel="self" type="application/rss+xml" />

		<item>
			<title>cfry on "Change background color on cart page for &#34;PRODUCT NAME&#34;, &#34;UNIT PRICE&#34;, etc.."</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-on-cart-page-for-product-name-unit-price-etc#post-40501</link>
			<pubDate>Tue, 07 Feb 2012 04:55:12 +0000</pubDate>
			<dc:creator>cfry</dc:creator>
			<guid isPermaLink="false">40501@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This is great but the product name and product quantity sections below have the background color as well.  I'm hoping to change the top table and keep the cart contents with it's white background still.  Can you help me out?  Thank you.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kstechnologies on "Change background color on cart page for &#34;PRODUCT NAME&#34;, &#34;UNIT PRICE&#34;, etc.."</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-on-cart-page-for-product-name-unit-price-etc#post-40452</link>
			<pubDate>Mon, 06 Feb 2012 21:12:37 +0000</pubDate>
			<dc:creator>kstechnologies</dc:creator>
			<guid isPermaLink="false">40452@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;OMG! &#60;/p&#62;
&#60;p&#62;Thank you SO SO much for that 'FireBug' advice, Dude - anyone dealing with editing WP themes should be using it - amazing! Didn't even know it exsisted and now I couldn't do without it. &#60;/p&#62;
&#60;p&#62;Might I suggest you make a post (sticky maybe?) letting people know about the FireBug plugin, as then people will have access to a very powerful tool in order for them to help themselves with some elements of the theme editing, instead of pestering you guys all the time for help!&#60;/p&#62;
&#60;p&#62;Thanks again, Dude!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change background color on cart page for &#34;PRODUCT NAME&#34;, &#34;UNIT PRICE&#34;, etc.."</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-on-cart-page-for-product-name-unit-price-etc#post-40324</link>
			<pubDate>Mon, 06 Feb 2012 06:57:08 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">40324@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'd suggest to use plugins like: &#60;a href=&#34;https://addons.mozilla.org/de/firefox/addon/firebug/&#34; rel=&#34;nofollow&#34;&#62;https://addons.mozilla.org/de/firefox/addon/firebug/&#60;/a&#62; (or if you're using Chrome you can use the inbuild dev tools). Then hover over the element you'd like to style to find the correct code. I'd add any additional code to css/custom.css. You can change the &#34;order total&#34; color with following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.cart-collaterals .cart_totals th{
color: #333;
background-color: #fff;
}

.cart-collaterals .cart_totals td{
color: #333;
background-color: #fff;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Obviously you can change the color values :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>kstechnologies on "Change background color on cart page for &#34;PRODUCT NAME&#34;, &#34;UNIT PRICE&#34;, etc.."</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-on-cart-page-for-product-name-unit-price-etc#post-40247</link>
			<pubDate>Sun, 05 Feb 2012 16:16:26 +0000</pubDate>
			<dc:creator>kstechnologies</dc:creator>
			<guid isPermaLink="false">40247@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do you change the background/font colour for 'Order Total'? How do you edit the Cart page in general, as in the look of it?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Change background color on cart page for &#34;PRODUCT NAME&#34;, &#34;UNIT PRICE&#34;, etc.."</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-on-cart-page-for-product-name-unit-price-etc#post-40210</link>
			<pubDate>Sun, 05 Feb 2012 09:06:25 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">40210@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can change the color with following code:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.shop_table.cart .product-name{
background-color: #333 !important;
}

.shop_table.cart .product-quantity{
background-color: #333 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can change the color value :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>cfry on "Change background color on cart page for &#34;PRODUCT NAME&#34;, &#34;UNIT PRICE&#34;, etc.."</title>
			<link>http://www.kriesi.at/support/topic/change-background-color-on-cart-page-for-product-name-unit-price-etc#post-40134</link>
			<pubDate>Sat, 04 Feb 2012 19:34:31 +0000</pubDate>
			<dc:creator>cfry</dc:creator>
			<guid isPermaLink="false">40134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I want to change the background color for the table on the cart.  It seems to be exactly linked up to the color selected by the theme.  I've tried adding a background color to the table.shop_table th but it keeps getting overridden.  Can you help me out? Thanks
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
