<?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: product description h1 size - Recent Posts</title>
		<link>http://www.kriesi.at/support/tags/product-description-h1-size</link>
		<description>Support Forum - Tag: product description h1 size - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Wed, 22 May 2013 11:46:55 +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/product-description-h1-size" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "WooCommerce - want to change huge h1 and price color / Replete"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-want-to-change-huge-h1-and-price-color-replete#post-98318</link>
			<pubDate>Mon, 25 Feb 2013 03:36:39 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98318@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try linking directly to your custom.css file in your browser, if you aren't able to pull it up then there could be a weird permissions issue going on.&#60;/p&#62;
&#60;p&#62;The code I provided above is specifically for the single page, you can just remove .single-product to have that price change effect the site prices everywhere and then add !important just to make sure it is always the most important rule as well:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .price span {
color: #C00 !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Also, no css in the Quick CSS filed will be lost on updates. It is treated as a theme option which are never lost when updating the theme.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creatorofstuff on "WooCommerce - want to change huge h1 and price color / Replete"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-want-to-change-huge-h1-and-price-color-replete#post-98218</link>
			<pubDate>Sun, 24 Feb 2013 05:11:13 +0000</pubDate>
			<dc:creator>creatorofstuff</dc:creator>
			<guid isPermaLink="false">98218@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Is this it? (Or do I have too much code in there?) It seems to work...&#60;/p&#62;
&#60;p&#62;#top .main_color .price, .main_color .stock, #top #wrap_all .main_color ins {&#60;br /&#62;
    color: #CC0000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Again, &#60;strong&#62;it works ONLY in quick css, but not in my custom.css.&#60;/strong&#62; This is so wierd. Why is this??
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creatorofstuff on "WooCommerce - want to change huge h1 and price color / Replete"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-want-to-change-huge-h1-and-price-color-replete#post-98209</link>
			<pubDate>Sun, 24 Feb 2013 00:56:43 +0000</pubDate>
			<dc:creator>creatorofstuff</dc:creator>
			<guid isPermaLink="false">98209@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I also just noticed that the only place the price has changed color is on the individual page. It is still the wrong color on the homepage with featured products, and the shop page that contains multiple products. Sorry, but can you tell me the code for those, too? I'm still baffled about why this does not work in the custom.css. I played around to make sure that file is working (I changed some of the other code in it to be sure and it is, indeed, a working file). &#60;/p&#62;
&#60;p&#62;Thank you!!!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creatorofstuff on "WooCommerce - want to change huge h1 and price color / Replete"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-want-to-change-huge-h1-and-price-color-replete#post-98207</link>
			<pubDate>Sun, 24 Feb 2013 00:32:45 +0000</pubDate>
			<dc:creator>creatorofstuff</dc:creator>
			<guid isPermaLink="false">98207@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin,&#60;br /&#62;
Thanks for the reply. I'm baffled because I first put the code in my custom.css file, which is where I have been putting all of my custom css. It did nothing. But when I tried putting it in my quick css it actually worked. Can you explain why this might be happening? Isn't it bad to use the quick css? What if you update the theme? Won't that code get written over?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "WooCommerce - want to change huge h1 and price color / Replete"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-want-to-change-huge-h1-and-price-color-replete#post-98203</link>
			<pubDate>Sat, 23 Feb 2013 21:15:26 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98203@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi creatorofstuff,&#60;/p&#62;
&#60;p&#62;Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product h1.product_title {
font-size: 30px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;And for the color of the price, you can use:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.single-product .price span {
color: #C00;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>creatorofstuff on "WooCommerce - want to change huge h1 and price color / Replete"</title>
			<link>http://www.kriesi.at/support/topic/woocommerce-want-to-change-huge-h1-and-price-color-replete#post-98133</link>
			<pubDate>Fri, 22 Feb 2013 23:13:03 +0000</pubDate>
			<dc:creator>creatorofstuff</dc:creator>
			<guid isPermaLink="false">98133@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I'm wasting too many hours doing the same thing over and over so I have to ask. I've used Firebug to find the css for the size of the gigantic product description, and can make it change in Firebug, but nothing I do makes it change from my custom css file. I've tried so many variations I've lost count. Can you please tell me the &#60;strong&#62;exact&#60;/strong&#62; code to use? It's proportionally huge, and on a mobile device it's downright massive! &#60;/p&#62;
&#60;p&#62;I would also like to be able to change the color of the price. I can't even make that work in Firebug.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
