<?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 - User Favorites: lcburns</title>
		<link><a href='http://www.kriesi.at/support/profile/lcburns'>lcburns</a></link>
		<description>Support Forum - User Favorites: lcburns</description>
		<language>en-US</language>
		<pubDate>Thu, 23 May 2013 04:33:41 +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/profile/" 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>Ismael on "Abundance theme"</title>
			<link>http://www.kriesi.at/support/topic/abundance-theme#post-81509</link>
			<pubDate>Tue, 30 Oct 2012 06:41:35 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81509@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi peterekeberg,&#60;/p&#62;
&#60;p&#62;By default if theres no widget assigned to a sidebar, the default widget will automatically be added. Just add a widget to the sidebar, so the default ones will be removed.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>peterekeberg on "Abundance theme"</title>
			<link>http://www.kriesi.at/support/topic/abundance-theme#post-81474</link>
			<pubDate>Mon, 29 Oct 2012 22:52:37 +0000</pubDate>
			<dc:creator>peterekeberg</dc:creator>
			<guid isPermaLink="false">81474@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I am very satisfied with your job on abundance theme! Its one thing thou. In som pages like&#60;br /&#62;
&#60;a href=&#34;http://westersart.se/shop/?page_id=5&#34; rel=&#34;nofollow&#34;&#62;http://westersart.se/shop/?page_id=5&#60;/a&#62;&#60;br /&#62;
I do not know how to control the sidebars...&#60;br /&#62;
I cant see that i have enabled the pages widget.
&#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>Ismael on "Removing bottom page links"</title>
			<link>http://www.kriesi.at/support/topic/removing-bottom-page-links#post-81118</link>
			<pubDate>Fri, 26 Oct 2012 03:44:46 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">81118@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Is this fixed?&#60;/p&#62;
&#60;p&#62;@chriscreative: Thanks for helping out. :)&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>chriscreative on "Removing bottom page links"</title>
			<link>http://www.kriesi.at/support/topic/removing-bottom-page-links#post-81112</link>
			<pubDate>Fri, 26 Oct 2012 02:24:30 +0000</pubDate>
			<dc:creator>chriscreative</dc:creator>
			<guid isPermaLink="false">81112@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I wanted an empty footer as well without any widgets, so I just put one empty text widget in each of the four footer widget areas. It made the default stuff that was showing up disappear without having to edit your php files.
&#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>lcburns on "Adding Image to Single Product Page"</title>
			<link>http://www.kriesi.at/support/topic/adding-image-to-single-product-page#post-80823</link>
			<pubDate>Tue, 23 Oct 2012 20:50:36 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">80823@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;okay, great....thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Adding Image to Single Product Page"</title>
			<link>http://www.kriesi.at/support/topic/adding-image-to-single-product-page#post-80792</link>
			<pubDate>Tue, 23 Oct 2012 16:48:48 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">80792@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey lcburns,&#60;/p&#62;
&#60;p&#62;That looks to be a pretty good solution. You could also add padding to the title and then position the background image further up instead of using line height.&#60;/p&#62;
&#60;p&#62;Regards,&#60;/p&#62;
&#60;p&#62;Devin
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Adding Image to Single Product Page"</title>
			<link>http://www.kriesi.at/support/topic/adding-image-to-single-product-page#post-80790</link>
			<pubDate>Tue, 23 Oct 2012 16:43:18 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">80790@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I actually just modified this:&#60;/p&#62;
&#60;p&#62;#top .price, #top .price span, #top .price del{&#60;br /&#62;
display:block;&#60;br /&#62;
text-decoration: none;&#60;br /&#62;
font-size: 15px;&#60;br /&#62;
line-height: 68px;&#60;br /&#62;
font-weight: normal;&#60;br /&#62;
background:url(images/leaf_grey_63op.jpg) no-repeat 180px center;&#60;br /&#62;
margin-top:-8px;margin-bottom:-3px;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;I added the image and modified line-height, etc., so the image sits above the product summary.  Ideally, I wanted the image to sit right above the product title( that sits above the product summary).
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Adding Image to Single Product Page"</title>
			<link>http://www.kriesi.at/support/topic/adding-image-to-single-product-page#post-80764</link>
			<pubDate>Tue, 23 Oct 2012 15:16:41 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">80764@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi lcburns,&#60;/p&#62;
&#60;p&#62;Can you give us an example on your website so we can see it visually? Not sure I'm following what you're trying to do.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#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>lcburns on "Adding Image to Single Product Page"</title>
			<link>http://www.kriesi.at/support/topic/adding-image-to-single-product-page#post-80682</link>
			<pubDate>Mon, 22 Oct 2012 19:49:35 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">80682@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;I'm using Abundance and I'd like to add an image/icon below the product title in the summary area.  I'd like to have it centered and I've tried this in CSS:&#60;/p&#62;
&#60;p&#62;.product_title{background: url(images/leaf_icon.png)top center no-repeat scroll;}&#60;/p&#62;
&#60;p&#62;It shows centered, but when I try to lower the icon, below the title,(and center it), the actual title moves with it.  How do I create this image as it's own entity?&#60;/p&#62;
&#60;p&#62;Any suggestions?  &#60;/p&#62;
&#60;p&#62;Thanks -
&#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>
		<item>
			<title>Nick on "Blog page with no sidebar"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-with-no-sidebar#post-78398</link>
			<pubDate>Wed, 03 Oct 2012 14:05:47 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">78398@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I see a bottle at the top of the page, positioned vertically (by the way , you should position it horizontally, otherwise it creates large open spaces to the right and left that serve no purpose making things look strange.). I looked via Chrome and Firefox.&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Ismael on "Recolor Social Icons"</title>
			<link>http://www.kriesi.at/support/topic/recolor-social-icons#post-78266</link>
			<pubDate>Tue, 02 Oct 2012 17:43:33 +0000</pubDate>
			<dc:creator>Ismael</dc:creator>
			<guid isPermaLink="false">78266@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;/p&#62;
&#60;p&#62;Just change this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;top .social_bookmarks .rss:hover	 {background-position:  -47px center; background-color:#ffa133;}
#top .social_bookmarks .facebook:hover{background-position: -47px center; background-color:#37589b;}
#top .social_bookmarks .twitter:hover {background-position: -47px center; background-color:#46d4fe;}
#top .social_bookmarks .mail:hover    {background-position: -47px center; background-color:#9fae37;}
#top .social_bookmarks .dribbble:hover{background-position: -47px center; background-color:#e44885;}
#top .social_bookmarks .linkedin:hover{background-position: -47px center; background-color:#419cca;}
#top .social_bookmarks .search:hover  {background-position: -47px center; background-color:#222222;}
#top .social_bookmarks .gplus:hover   {background-position: -47px center; background-color:#de5a49;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;to this code&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;/*top .social_bookmarks .rss:hover	 {background-position:  -47px center; background-color:#ffa133;}
#top .social_bookmarks .facebook:hover{background-position: -47px center; background-color:#37589b;}
#top .social_bookmarks .twitter:hover {background-position: -47px center; background-color:#46d4fe;}
#top .social_bookmarks .mail:hover    {background-position: -47px center; background-color:#9fae37;}
#top .social_bookmarks .dribbble:hover{background-position: -47px center; background-color:#e44885;}
#top .social_bookmarks .linkedin:hover{background-position: -47px center; background-color:#419cca;}
#top .social_bookmarks .search:hover  {background-position: -47px center; background-color:#222222;}
#top .social_bookmarks .gplus:hover   {background-position: -47px center; background-color:#de5a49;} */&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You need to edit the actual images on wp-content\themes\sentence\images\layout then place this on your custom.css&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#top .social_bookmarks li a{
width:42px;
line-height:30px;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Change the width and height value.&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Ismael
&#60;/p&#62;</description>
		</item>
		<item>
			<title>villumtobe on "Recolor Social Icons"</title>
			<link>http://www.kriesi.at/support/topic/recolor-social-icons#post-78225</link>
			<pubDate>Tue, 02 Oct 2012 13:52:04 +0000</pubDate>
			<dc:creator>villumtobe</dc:creator>
			<guid isPermaLink="false">78225@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I have kind of the same issue. I want to remove the hoover effect from my social icons (I have sentence theme) but I also want to make the icons bigger. How do I do that? &#60;/p&#62;
&#60;p&#62;Thanks in advance! &#60;/p&#62;
&#60;p&#62;Toby
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mixedmedia99 on "Blog page with no sidebar"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-with-no-sidebar#post-78211</link>
			<pubDate>Tue, 02 Oct 2012 11:33:46 +0000</pubDate>
			<dc:creator>mixedmedia99</dc:creator>
			<guid isPermaLink="false">78211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks Nick&#60;/p&#62;
&#60;p&#62;The featured image I just put back on that post to show the client. If I give a a post a full page dynamic template it still kicks out my featured image, see  &#60;a href=&#34;http://www.mixedmediawebs.co.za/?p=186&#34; rel=&#34;nofollow&#34;&#62;http://www.mixedmediawebs.co.za/?p=186&#60;/a&#62;&#60;br /&#62;
Do I need to select something particular in &#34;Add Elements&#34; to keep the image?&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Nick on "Blog page with no sidebar"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-with-no-sidebar#post-78180</link>
			<pubDate>Tue, 02 Oct 2012 05:48:15 +0000</pubDate>
			<dc:creator>Nick</dc:creator>
			<guid isPermaLink="false">78180@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;To remove comments please click Screen Option (its a small vertical button almost in top right corner of the page) in Add/edit  Post. Then check the box labeled Comments and at the bottom of the page now you will see new options to show/hide comments.&#60;/p&#62;
&#60;p&#62;To change the size of your images, in the back-end go to Settings &#38;gt; Media. Think of the maximum width and maximum height of your images to control the size of the image. &#60;/p&#62;
&#60;p&#62;I see that the featured image is now working on your site. &#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Nick
&#60;/p&#62;</description>
		</item>
		<item>
			<title>mixedmedia99 on "Blog page with no sidebar"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-with-no-sidebar#post-77974</link>
			<pubDate>Sun, 30 Sep 2012 07:26:55 +0000</pubDate>
			<dc:creator>mixedmedia99</dc:creator>
			<guid isPermaLink="false">77974@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Works great thanks, but it seems to kick out my featured image, which element would I pick to show featured image.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Mya on "Blog page with no sidebar"</title>
			<link>http://www.kriesi.at/support/topic/blog-page-with-no-sidebar#post-77954</link>
			<pubDate>Sun, 30 Sep 2012 02:27:38 +0000</pubDate>
			<dc:creator>Mya</dc:creator>
			<guid isPermaLink="false">77954@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi mixedmedia,&#60;/p&#62;
&#60;p&#62;You can hide the sidebar two ways.&#60;/p&#62;
&#60;p&#62;1) Add this to your custom.css:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;.sidebar { display: none; }&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;The advantage is this will hide the sidebar from view. The disadvantage this leaves the content aligned left.&#60;/p&#62;
&#60;p&#62;2) You can create a dynamic template under Corona &#38;gt; Template Builder and set the Dynamic Page Template Layout to &#34;fullsize, no sidebar&#34; then save. Once you've done that, you'll need to add the other elements as you see fit like &#34;Post/Page Content&#34;. When you're done go to the blog post, on the right there's a box called Page Layout. Select &#34;Dynamic Template&#34; then whatever you called the template you created.&#60;/p&#62;
&#60;p&#62;Hope this helps!&#60;/p&#62;
&#60;p&#62;Regards,&#60;br /&#62;
Mya
&#60;/p&#62;</description>
		</item>
		<item>
			<title>lcburns on "Menu Descriptions Not Showing on Frontend"</title>
			<link>http://www.kriesi.at/support/topic/menu-descriptions-not-showing-on-frontend#post-77811</link>
			<pubDate>Fri, 28 Sep 2012 20:21:34 +0000</pubDate>
			<dc:creator>lcburns</dc:creator>
			<guid isPermaLink="false">77811@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, Nick!  I do appreciate it.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
