<?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: styling text for short description on shop page</title>
		<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page</link>
		<description>Support Forum - Topic: styling text for short description on shop page</description>
		<language>en-US</language>
		<pubDate>Sun, 26 May 2013 06:42:28 +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/styling-text-for-short-description-on-shop-page" rel="self" type="application/rss+xml" />

		<item>
			<title>Nick on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-81660</link>
			<pubDate>Wed, 31 Oct 2012 11:17:25 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">81660@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Any time Susan. Good luck!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-81657</link>
			<pubDate>Wed, 31 Oct 2012 09:57:12 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">81657@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;many thanks Nick!  susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-81143</link>
			<pubDate>Fri, 26 Oct 2012 08:10:03 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">81143@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Please make a backup then open woocommerce-hooks.php file located in the /plugins/woocommerce/ folder and locate lines 107-120 which look like&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/**
	 * Product Summary Box
	 *
	 * @see woocommerce_template_single_title()
	 * @see woocommerce_template_single_price()
	 * @see woocommerce_template_single_excerpt()
	 * @see woocommerce_template_single_meta()
	 * @see woocommerce_template_single_sharing()
	 */
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_title&#38;#39;, 5 );
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_price&#38;#39;, 10 );
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_excerpt&#38;#39;, 20 );
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_meta&#38;#39;, 40 );
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_sharing&#38;#39;, 50 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and replace the code on those lines with the code below&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;/**
	 * Product Summary Box
	 *
	 * @see woocommerce_template_single_title()
	 * @see woocommerce_template_single_price()
	 * @see woocommerce_template_single_excerpt()
	 * @see woocommerce_template_single_meta()
	 * @see woocommerce_template_single_sharing()
	 */
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_title&#38;#39;, 5 );
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_excerpt&#38;#39;, 10 );
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_price&#38;#39;, 20 );
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_meta&#38;#39;, 40 );
	add_action( &#38;#39;woocommerce_single_product_summary&#38;#39;, &#38;#39;woocommerce_template_single_sharing&#38;#39;, 50 );&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-80871</link>
			<pubDate>Wed, 24 Oct 2012 10:55:32 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">80871@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Nick,I think we have our wires crossed. I just want to move the price underneath the &#34;short description&#34;  on the shop overview page.  At the moment for each product on the shop overview page there is&#60;/p&#62;
&#60;p&#62;1.  the image&#60;br /&#62;
2.  the name of the product&#60;br /&#62;
3.  the price&#60;br /&#62;
4.  a short description of the product.&#60;/p&#62;
&#60;p&#62;I want to re-order 3. and 4.  &#60;/p&#62;
&#60;p&#62;I used the term &#34;short description&#34; because this is the way in which I managed to get a few words of text to appear on the shop overview page.  I customised one of the woo commerce template files to enable me to use the short description box to achieve this. &#60;/p&#62;
&#60;p&#62;Sorry if that was confusing. &#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-80719</link>
			<pubDate>Tue, 23 Oct 2012 07:13:15 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">80719@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Would you please be more specific about  the destination of the move. I looked here ---&#38;gt; &#60;a href=&#34;http://s154267.gridserver.com/shop/howard-carter&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/shop/howard-carter&#60;/a&#62; , and i see nothing that looks short. It would be great if you could take a screen capture and draw a square to indicate your requirements to avoid a misunderstanding.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-80614</link>
			<pubDate>Mon, 22 Oct 2012 10:10:49 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">80614@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;thanks Ishmal.  I just added ul.products to limit it to the catalogue page &#38;lt;p&#38;gt; and it works a treat.&#60;/p&#62;
&#60;p&#62;There as just the other question I asked Devin in the earlier thread - about moving the price so it is underneath the short description of the product ... I couldn't get the solution he provided me with to work.  &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/custom-excerpt-size&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/custom-excerpt-size&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;any ideas?  Thanks  Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-80419</link>
			<pubDate>Sat, 20 Oct 2012 00:18:13 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">80419@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Try this &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;.woocommerce p {
font-family: &#38;quot;Georgia&#38;quot;, serif!important;
color: #cc9999!importan;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-80378</link>
			<pubDate>Fri, 19 Oct 2012 17:41:53 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">80378@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just realised that the fix &#60;/p&#62;
&#60;p&#62;#top.post-type-archive-product li.product p {&#60;br /&#62;
font-family: &#34;Georgia&#34;, serif;&#60;br /&#62;
color: #cc9999;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;only targets the text when you are viewing the whole catalogue.  As soon as you to to one of the categories within the catalogue, the text reverts to the default text styling.&#60;br /&#62;
Is there a way of targeting all of the catalogue views?&#60;/p&#62;
&#60;p&#62;Many thanks.&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-80261</link>
			<pubDate>Thu, 18 Oct 2012 14:43:21 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">80261@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;brilliant!  Thanks Devin.&#60;/p&#62;
&#60;p&#62;Just one other thing.  I asked in an earlier thread about moving the price below the short description on the shop overview page.  You suggested a fix which unfortunately didn't work for me.  Here is the thread&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.kriesi.at/support/topic/custom-excerpt-size&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/support/topic/custom-excerpt-size&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Is there another solution you can think of?&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-80134</link>
			<pubDate>Wed, 17 Oct 2012 19:55:58 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80134@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Susan,&#60;/p&#62;
&#60;p&#62;Try using the following:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.post-type-archive-product li.product p {
font-family: &#38;quot;Georgia&#38;quot;, serif;
color: #cc9999;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-80111</link>
			<pubDate>Wed, 17 Oct 2012 17:54:56 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">80111@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin - here it is.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://s154267.gridserver.com/shop&#34; rel=&#34;nofollow&#34;&#62;http://s154267.gridserver.com/shop&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-80073</link>
			<pubDate>Wed, 17 Oct 2012 12:26:52 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80073@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Susan,&#60;/p&#62;
&#60;p&#62;Can we take a look at the specific page and content? It should probably be selected specific to the page or you can use the visual editors options to style it within the editor as well.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>susan_ideology on "styling text for short description on shop page"</title>
			<link>http://www.kriesi.at/support/topic/styling-text-for-short-description-on-shop-page#post-79980</link>
			<pubDate>Tue, 16 Oct 2012 16:22:11 +0000</pubDate>
			<dc:creator>susan_ideology</dc:creator>
			<guid isPermaLink="false">79980@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi there, I am using the short description facility to display some text underneath the product image on the shop overview page. The text apears in the right place but  I want to style it and  can't seem to figure out how to pinpoint it.&#60;br /&#62;
Have tried the following but to no avail:&#60;/p&#62;
&#60;p&#62;.thumbnail_container p{&#60;br /&#62;
font-family: &#34;Georgia&#34;, serif;&#60;br /&#62;
color: #cc9999;&#60;br /&#62;
}&#60;br /&#62;
#main ul.products.thumbnail_container p{&#60;br /&#62;
font-family: &#34;Georgia&#34;, serif;&#60;br /&#62;
color: #cc9999;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;Any help gratefully received!&#60;/p&#62;
&#60;p&#62;Susan
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
