<?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: Changing font size for product titles and price</title>
		<link>http://www.kriesi.at/support/topic/changing-font-size-for-product-titles-and-price</link>
		<description>Support Forum - Topic: Changing font size for product titles and price</description>
		<language>en-US</language>
		<pubDate>Fri, 24 May 2013 22:08:17 +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/changing-font-size-for-product-titles-and-price" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Changing font size for product titles and price"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-for-product-titles-and-price#post-98685</link>
			<pubDate>Wed, 27 Feb 2013 14:19:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98685@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Generally, you can change the body paragraph font size with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;body {
		font: 13px/1.65em &#38;quot;HelveticaNeue&#38;quot;, &#38;quot;Helvetica Neue&#38;quot;, Helvetica, Arial, sans-serif;
		color: #444;
 }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Where the font size is 13px and the line height is 1.65em . &#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonyaprile on "Changing font size for product titles and price"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-for-product-titles-and-price#post-98619</link>
			<pubDate>Wed, 27 Feb 2013 02:01:33 +0000</pubDate>
			<dc:creator>tonyaprile</dc:creator>
			<guid isPermaLink="false">98619@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How about changing the size of font whenever text shows on the website? Under product categories, description of products, contact form etc, I feel as if the overall font size is too small.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Changing font size for product titles and price"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-for-product-titles-and-price#post-98262</link>
			<pubDate>Sun, 24 Feb 2013 15:34:32 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">98262@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tonyaprile,&#60;/p&#62;
&#60;p&#62;Try:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.products .product h3 {
    font-size: 15px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That should do it for all the title texts if you are using the same or a similar layout to the demo. If you have something else in mind, can you take a screenshot or link to your site and point out some the specific text?&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonyaprile on "Changing font size for product titles and price"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-for-product-titles-and-price#post-98116</link>
			<pubDate>Fri, 22 Feb 2013 20:50:37 +0000</pubDate>
			<dc:creator>tonyaprile</dc:creator>
			<guid isPermaLink="false">98116@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am sorry I think I explained myself wrong the price was an issue and you provided me with the fix, now what would I do to increase the font size on the words before price so on the main page you have the image, the product description and the price. how would I increase product desctription font
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Changing font size for product titles and price"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-for-product-titles-and-price#post-97979</link>
			<pubDate>Fri, 22 Feb 2013 05:24:57 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">97979@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi tonyaprile,&#60;/p&#62;
&#60;p&#62;Kindly add this code on your Quick CSS (located in Replete &#38;gt; Theme Options &#38;gt; Styling) or at the bottom of custom.css file (located in wp-content/themes/replete/css):&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;h1.product_title {
font-size: 32px;
}

#top .price span {
font-size: 14px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Just change the font-size value. Product title default is 38px and Price default is 12px. Hope this helps.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>tonyaprile on "Changing font size for product titles and price"</title>
			<link>http://www.kriesi.at/support/topic/changing-font-size-for-product-titles-and-price#post-97967</link>
			<pubDate>Fri, 22 Feb 2013 03:16:12 +0000</pubDate>
			<dc:creator>tonyaprile</dc:creator>
			<guid isPermaLink="false">97967@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I have a problem with the size of the font used for the product title and price on the main pages etc&#60;/p&#62;
&#60;p&#62;Where would I find the proper place to change this?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
