<?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: Enormous font for header in Woocommerce/Flashlight combination?</title>
		<link>http://www.kriesi.at/support/topic/enormous-font-for-header-in-woocommerceflashlight-combination</link>
		<description>Support Forum - Topic: Enormous font for header in Woocommerce/Flashlight combination?</description>
		<language>en-US</language>
		<pubDate>Wed, 19 Jun 2013 23:53:59 +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/enormous-font-for-header-in-woocommerceflashlight-combination" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Enormous font for header in Woocommerce/Flashlight combination?"</title>
			<link>http://www.kriesi.at/support/topic/enormous-font-for-header-in-woocommerceflashlight-combination#post-79135</link>
			<pubDate>Tue, 09 Oct 2012 16:37:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">79135@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Glad that you solved the issue :) &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arjandasselaar on "Enormous font for header in Woocommerce/Flashlight combination?"</title>
			<link>http://www.kriesi.at/support/topic/enormous-font-for-header-in-woocommerceflashlight-combination#post-78993</link>
			<pubDate>Mon, 08 Oct 2012 16:31:44 +0000</pubDate>
			<dc:creator>arjandasselaar</dc:creator>
			<guid isPermaLink="false">78993@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Never mind, figured it out after a couple of hours of googling &#38;amp; reading :-) &#60;/p&#62;
&#60;p&#62;I changed your code to&#60;/p&#62;
&#60;p&#62;#top.woocommerce  .post-title.big_title {&#60;br /&#62;
    font-size: 20px !important;&#60;br /&#62;
    line-height: 120%;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;And added this to custom.css.&#60;/p&#62;
&#60;p&#62;The site now displays correctly in Firefox (which it did before) as well as Chrome (which it didn't).&#60;/p&#62;
&#60;p&#62;Thanks again!&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;/p&#62;
&#60;p&#62;Arjan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arjandasselaar on "Enormous font for header in Woocommerce/Flashlight combination?"</title>
			<link>http://www.kriesi.at/support/topic/enormous-font-for-header-in-woocommerceflashlight-combination#post-78970</link>
			<pubDate>Mon, 08 Oct 2012 14:31:02 +0000</pubDate>
			<dc:creator>arjandasselaar</dc:creator>
			<guid isPermaLink="false">78970@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Peter,&#60;/p&#62;
&#60;p&#62;Thanks! That seems to have done the trick! However, the resulting book pages now show slightly topped-off fonts in the heading at certain zoom levels (Google Chrome): &#60;a href=&#34;http://nieuw.arjandasselaar.nl/vb1.jpg&#34; rel=&#34;nofollow&#34;&#62;http://nieuw.arjandasselaar.nl/vb1.jpg&#60;/a&#62; for the topped-off font, &#60;a href=&#34;http://nieuw.arjandasselaar.nl/vb2.jpg&#34; rel=&#34;nofollow&#34;&#62;http://nieuw.arjandasselaar.nl/vb2.jpg&#60;/a&#62; for the 0 percent zoom view.&#60;/p&#62;
&#60;p&#62;I don't see this at any other place in the website, regardless of zoom level.&#60;/p&#62;
&#60;p&#62;Kind regards,&#60;/p&#62;
&#60;p&#62;Arjan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Enormous font for header in Woocommerce/Flashlight combination?"</title>
			<link>http://www.kriesi.at/support/topic/enormous-font-for-header-in-woocommerceflashlight-combination#post-78914</link>
			<pubDate>Mon, 08 Oct 2012 07:36:37 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">78914@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Try to add following code to css/custom.css or the quick css field:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top.woocommerce  .post-title.big_title {
    font-size: 20px !important;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>arjandasselaar on "Enormous font for header in Woocommerce/Flashlight combination?"</title>
			<link>http://www.kriesi.at/support/topic/enormous-font-for-header-in-woocommerceflashlight-combination#post-78843</link>
			<pubDate>Sun, 07 Oct 2012 14:40:36 +0000</pubDate>
			<dc:creator>arjandasselaar</dc:creator>
			<guid isPermaLink="false">78843@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi, &#60;/p&#62;
&#60;p&#62;I'm proceeding nicely building my new website, temporarily hosted at &#60;a href=&#34;http://nieuw.arjandasselaar.nl&#34; rel=&#34;nofollow&#34;&#62;http://nieuw.arjandasselaar.nl&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;However, all the Woocommerce pages have the 'big fat heading', as the example files call it, enabled by default. &#60;/p&#62;
&#60;p&#62;Even though the root page for Woocommerce has the small enabled and I've instructed Woocommerce to use this page as its base page. &#60;/p&#62;
&#60;p&#62;I've search this forum for over an hour and tried the solutions offered, to no avail. &#60;/p&#62;
&#60;p&#62;Can anybody help me out? &#60;/p&#62;
&#60;p&#62;For good measure: what I want is the headings above &#60;a href=&#34;http://nieuw.arjandasselaar.nl/boeken-bestellen/social-media-survival-overlevingsgids-voor-journalisten-9789081958400/&#34; rel=&#34;nofollow&#34;&#62;http://nieuw.arjandasselaar.nl/boeken-bestellen/social-media-survival-overlevingsgids-voor-journalisten-9789081958400/&#60;/a&#62; to display in the same size as the heading above &#60;a href=&#34;http://nieuw.arjandasselaar.nl/journalistiek/wat-ik-geloof/&#34; rel=&#34;nofollow&#34;&#62;http://nieuw.arjandasselaar.nl/journalistiek/wat-ik-geloof/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;It would be even better if I could enable this at will per page so that the heading above &#60;a href=&#34;http://nieuw.arjandasselaar.nl/boeken-bestellen/&#34; rel=&#34;nofollow&#34;&#62;http://nieuw.arjandasselaar.nl/boeken-bestellen/&#60;/a&#62; (the shop 'base page') would remain large (even though, as stated, I've set it to 'normal').&#60;/p&#62;
&#60;p&#62;I'd be much obliged.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Arjan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
