<?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: Removing &#34;from £&#34; from products</title>
		<link>http://www.kriesi.at/support/topic/removing-from-from-products</link>
		<description>Support Forum - Topic: Removing &quot;from £&quot; from products</description>
		<language>en-US</language>
		<pubDate>Sat, 25 May 2013 16:43:49 +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/removing-from-from-products" rel="self" type="application/rss+xml" />

		<item>
			<title>Devin on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-46710</link>
			<pubDate>Sat, 17 Mar 2012 14:20:46 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">46710@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hello martingfisher and O5,&#60;/p&#62;
&#60;p&#62;I'm going to soft close this thread so that only the support crew and the original poster can respond as the fixes in here are very specific to his needs and I don't want others to get confused while also not being able to completely resolve the original topic.&#60;/p&#62;
&#60;p&#62;If you could both make new support threads with your specific questions it will be much easier to answer them directly and separately :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>O5 on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-46274</link>
			<pubDate>Wed, 14 Mar 2012 17:29:32 +0000</pubDate>
			<dc:creator>O5</dc:creator>
			<guid isPermaLink="false">46274@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Correction , this works only in the main page that is set in the woo commerce Page setup. How do you make this work in custom pages that attach products via template builder? Or how can you simply change the price color?&#60;/p&#62;
&#60;p&#62;thx
&#60;/p&#62;</description>
		</item>
		<item>
			<title>O5 on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-46211</link>
			<pubDate>Wed, 14 Mar 2012 11:39:37 +0000</pubDate>
			<dc:creator>O5</dc:creator>
			<guid isPermaLink="false">46211@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This doesn't work by simply pasting in quick css?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>martingfisher on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-46126</link>
			<pubDate>Wed, 14 Mar 2012 01:02:58 +0000</pubDate>
			<dc:creator>martingfisher</dc:creator>
			<guid isPermaLink="false">46126@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi Devin, I have a problem with the Propulsion theme and lack the technical expertise to solve it though Im making good progress with the site&#60;/p&#62;
&#60;p&#62;When you select a product and it takes you to the full description the pricing information is completely lost as it appears very small. Is there a way using a similar method to which you out line above that I can make this much more prominent without effecting the text size on the 'show all products' view?&#60;/p&#62;
&#60;p&#62;I love the theme but even on your own demo   &#60;a href=&#34;http://www.kriesi.at/themedemo/?theme=propulsion&#34; rel=&#34;nofollow&#34;&#62;http://www.kriesi.at/themedemo/?theme=propulsion&#60;/a&#62;   the price of the item is barely visible in comparison to the 'add number of items' selector. Is there a way to create a much more obvious price box that was more in keeping with the theme. It almost looks like it needs to be integrated into the select number of items selector and a larger font.&#60;/p&#62;
&#60;p&#62;I would really appreciate knowing if there is as I have 60 quite complex products to add!&#60;br /&#62;
Many thanks in advance
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Devin on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-46046</link>
			<pubDate>Tue, 13 Mar 2012 17:39:59 +0000</pubDate>
			<dc:creator>Devin</dc:creator>
			<guid isPermaLink="false">46046@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi&#60;/p&#62;
&#60;p&#62;Here is the css to modify the price overall:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top .price, #top .price span, #top del, #top ins {
display: inline;
text-decoration: none;
font-size: 12px;
line-height: 18px;
font-weight: bold;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;You can try targeting the shop only with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.archive .price span{
display:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and the homepage recent products with:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top.page-id-19 .price span {
display: none;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>saranganv on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-46042</link>
			<pubDate>Tue, 13 Mar 2012 17:15:22 +0000</pubDate>
			<dc:creator>saranganv</dc:creator>
			<guid isPermaLink="false">46042@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can anyone help on this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saranganv on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-45893</link>
			<pubDate>Mon, 12 Mar 2012 18:09:58 +0000</pubDate>
			<dc:creator>saranganv</dc:creator>
			<guid isPermaLink="false">45893@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;i had the issue sorted in part. I want the prices to be visible on a product when someone clicks for the detail eg. &#60;a href=&#34;http://cheeses.testingse.com/?product=beenleigh-blue&#34; rel=&#34;nofollow&#34;&#62;http://cheeses.testingse.com/?product=beenleigh-blue&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;but not visible on the shop overview page, or in the latest products sections.&#60;/p&#62;
&#60;p&#62;I also want to be able to change the font and the style of this text, but can't figure out where to do it. Does it take it's styling from the theme or from the plugin?&#60;/p&#62;
&#60;p&#62;Cheers,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Kriesi on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-45497</link>
			<pubDate>Fri, 09 Mar 2012 21:27:08 +0000</pubDate>
			<dc:creator>Kriesi</dc:creator>
			<guid isPermaLink="false">45497@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! Not sure but did you fix the issue? I checked the page and it looks liek all prices are removed. If I am misunderstanding the issue let me know by linking to a page that has a price tag that should be removed ;)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saranganv on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-45342</link>
			<pubDate>Fri, 09 Mar 2012 11:42:58 +0000</pubDate>
			<dc:creator>saranganv</dc:creator>
			<guid isPermaLink="false">45342@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Can anyone help with this?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saranganv on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-44426</link>
			<pubDate>Fri, 02 Mar 2012 19:06:43 +0000</pubDate>
			<dc:creator>saranganv</dc:creator>
			<guid isPermaLink="false">44426@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;Still doesn't work :/ I copied the code and pasted it into the Quick CSS and it still has the prices on the shop page. &#60;a href=&#34;http://cheeses.testingse.com/?post_type=product&#34; rel=&#34;nofollow&#34;&#62;http://cheeses.testingse.com/?post_type=product&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Also is it possible to change the font of the prices from being green to another colour of choice like blue?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-44382</link>
			<pubDate>Fri, 02 Mar 2012 14:16:10 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44382@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi! &#60;/p&#62;
&#60;p&#62; Yes, I mixed things up :) - I changed the code above - please try it again. &#60;/p&#62;
&#60;p&#62; Best regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saranganv on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-44356</link>
			<pubDate>Fri, 02 Mar 2012 10:43:49 +0000</pubDate>
			<dc:creator>saranganv</dc:creator>
			<guid isPermaLink="false">44356@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hi It doesn't seem to have worked. I copied the code into the &#34;Quick CSS&#34; section and deleted the previous code.&#60;/p&#62;
&#60;p&#62;It seems to have done it the other way round. There isn't a price on the main product here (want the price here) &#60;a href=&#34;http://cheeses.testingse.com/?product=artichoke-hearts&#34; rel=&#34;nofollow&#34;&#62;http://cheeses.testingse.com/?product=artichoke-hearts&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;and in the related items and the main shop page, the prices are still showing, which are the ones i want to hide.&#60;/p&#62;
&#60;p&#62;Is this possible?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-44350</link>
			<pubDate>Fri, 02 Mar 2012 09:51:53 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">44350@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey! &#60;/p&#62;
&#60;p&#62; Yes - use following code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;.products .price_container {
display:none;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62; Regards,&#60;br /&#62;
Peter
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saranganv on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-44293</link>
			<pubDate>Thu, 01 Mar 2012 21:27:02 +0000</pubDate>
			<dc:creator>saranganv</dc:creator>
			<guid isPermaLink="false">44293@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Is it possible to keep the price on &#60;a href=&#34;http://cheeses.testingse.com/?product=quince-marmalade&#34; rel=&#34;nofollow&#34;&#62;http://cheeses.testingse.com/?product=quince-marmalade&#60;/a&#62; but stop it from showing on &#60;a href=&#34;http://cheeses.testingse.com/?post_type=product&#34; rel=&#34;nofollow&#34;&#62;http://cheeses.testingse.com/?post_type=product&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;i.e. nor price on the shop page but keep the prices on the full product overview pages?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>OliverSill on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-44287</link>
			<pubDate>Thu, 01 Mar 2012 20:45:35 +0000</pubDate>
			<dc:creator>OliverSill</dc:creator>
			<guid isPermaLink="false">44287@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Jut add this to the Quick CSS or your custom.css and you shoud be fine.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saranganv on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-44279</link>
			<pubDate>Thu, 01 Mar 2012 19:38:51 +0000</pubDate>
			<dc:creator>saranganv</dc:creator>
			<guid isPermaLink="false">44279@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks, which script should i be putting this in?  woocommerce-mod-css-dynamic.php?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>OliverSill on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-44234</link>
			<pubDate>Thu, 01 Mar 2012 16:00:08 +0000</pubDate>
			<dc:creator>OliverSill</dc:creator>
			<guid isPermaLink="false">44234@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try: &#60;/p&#62;
&#60;p&#62;#top .price_container {&#60;br /&#62;
display:none;&#60;br /&#62;
}&#60;br /&#62;
#top .price, #top .price span, #top del, #top ins {&#60;br /&#62;
display:none;&#60;br /&#62;
}
&#60;/p&#62;</description>
		</item>
		<item>
			<title>saranganv on "Removing &#34;from £&#34; from products"</title>
			<link>http://www.kriesi.at/support/topic/removing-from-from-products#post-44228</link>
			<pubDate>Thu, 01 Mar 2012 15:31:33 +0000</pubDate>
			<dc:creator>saranganv</dc:creator>
			<guid isPermaLink="false">44228@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;How do you remove the price of an item when it is being viewed in the shop or as a featured product?
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
