<?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 Price Text Color</title>
		<link>http://www.kriesi.at/support/topic/changing-price-text-color</link>
		<description>Support Forum - Topic: Changing Price Text Color</description>
		<language>en-US</language>
		<pubDate>Thu, 20 Jun 2013 12:36:20 +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-price-text-color" rel="self" type="application/rss+xml" />

		<item>
			<title>Dude on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-34533</link>
			<pubDate>Sun, 11 Dec 2011 08:09:41 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">34533@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Glad that it works now :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Roy on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-34512</link>
			<pubDate>Sat, 10 Dec 2011 17:27:49 +0000</pubDate>
			<dc:creator>Roy</dc:creator>
			<guid isPermaLink="false">34512@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I changed it to:&#60;/p&#62;
&#60;p&#62;#top div .price del {&#60;br /&#62;
    color: #BBBBBB;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top div .price ins {&#60;br /&#62;
    color: #008000;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top div .price {&#60;br /&#62;
	color: #696969;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;So now you can change default price color and price colours of products in sale.&#60;/p&#62;
&#60;p&#62;Cheers!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-34121</link>
			<pubDate>Wed, 07 Dec 2011 05:58:18 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">34121@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Always nice to see when solutions can help others too.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>wunmi123 on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-34073</link>
			<pubDate>Tue, 06 Dec 2011 23:45:19 +0000</pubDate>
			<dc:creator>wunmi123</dc:creator>
			<guid isPermaLink="false">34073@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thank you so much, being looking for this solution
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33595</link>
			<pubDate>Thu, 01 Dec 2011 05:08:31 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33595@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Good to see you've solved the issue :) Thanks for sharing the solution too!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33558</link>
			<pubDate>Wed, 30 Nov 2011 23:03:55 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33558@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Problem solved. I just slightly changed the CSS.&#60;br /&#62;
from&#60;/p&#62;
&#60;p&#62;#top div .price ins {&#60;br /&#62;
color: #8B2121 !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62;#top div .price {&#60;br /&#62;
color: #8B2121 !important;&#60;br /&#62;
}&#60;br /&#62;
All the prices have now changed.&#60;/p&#62;
&#60;p&#62;Once again thanks for the help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33530</link>
			<pubDate>Wed, 30 Nov 2011 10:13:26 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33530@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Final analysis.&#60;br /&#62;
The following CSS is what I used (I only changed the color codes)&#60;br /&#62;
#top div .price del {&#60;br /&#62;
    color: #BBBBBB !important;&#60;br /&#62;
}&#60;/p&#62;
&#60;p&#62;#top div .price ins {&#60;br /&#62;
    color: #8B2121 !important;&#60;br /&#62;
}&#60;br /&#62;
This CSS coding only works when you select Simple Product option, then nominate a regular price AND  a sales price. All other options are still the default. I do not think this is a cache problem. Otherwise even this option would not work. &#60;/p&#62;
&#60;p&#62;Hoping now with all of this someone can help me find a solution.&#60;/p&#62;
&#60;p&#62;Thanks.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33528</link>
			<pubDate>Wed, 30 Nov 2011 09:32:20 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33528@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;More for the puzzle.&#60;br /&#62;
If I make the price a Sale Price it changes to my nominated color.&#60;br /&#62;
This is unravelling slowly.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33527</link>
			<pubDate>Wed, 30 Nov 2011 09:21:37 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33527@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just a bit more testing. Sometimes the test products work and the CSS changes the color and sometimes NO. &#60;/p&#62;
&#60;p&#62;Still not sure what is going on. This really should be so simple.&#60;/p&#62;
&#60;p&#62;I also tried the theme and plugin on another of my URLs - same thing. A bit hit and miss!&#60;/p&#62;
&#60;p&#62;There must be an answer somewhere.&#60;/p&#62;
&#60;p&#62;Cheers and thanks to anyone who can help
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33525</link>
			<pubDate>Wed, 30 Nov 2011 08:48:19 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33525@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just thought I'd try figuring this problem out. Here's an interesting fact. The CSS coding DOES change the Simple Product price BUT NOT the Variable Product price. Since most of my products are variable products is the reason I have only just noticed this now.&#60;/p&#62;
&#60;p&#62;So maybe I just need extra CSS to change the variable products to my color of choice.&#60;/p&#62;
&#60;p&#62;Here's hoping someone can help me, once again.&#60;/p&#62;
&#60;p&#62;Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33511</link>
			<pubDate>Wed, 30 Nov 2011 06:57:35 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33511@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I use a Mac so I don't have that option. But I do have a refresh button which reloads the website. I have done that. No luck. I have Firefox, Chrome and Safari on my computer and it is the same on all 3.&#60;/p&#62;
&#60;p&#62;This should be easy but it's not.&#60;/p&#62;
&#60;p&#62;Still hoping for something that will work. Thanks in advance for any help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Chris Beard on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33481</link>
			<pubDate>Wed, 30 Nov 2011 02:52:52 +0000</pubDate>
			<dc:creator>Chris Beard</dc:creator>
			<guid isPermaLink="false">33481@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Have you tried a strong refresh? Ctrl + f5 should do the trick too. This is a &#34;strong&#34; refresh - forcing the browser to load everything from scratch - maybe you can link to your page so we can check if your update is visible.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33391</link>
			<pubDate>Tue, 29 Nov 2011 04:49:24 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33391@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I tried both W3 Total Cache and WP Super Cache. No change. &#60;/p&#62;
&#60;p&#62;However when I tried W3 Total Cache I got the following message&#60;/p&#62;
&#60;p&#62;It appears Page Cache URL rewriting is not working. If using apache, verify that the server configuration allows .htaccess or if using nginx verify all configuration files are included in the configuration&#60;/p&#62;
&#60;p&#62;I looked in my files on hostgator and there is a .htaccess but it is empty. &#60;/p&#62;
&#60;p&#62;I know very little about these things so not sure where to go from here. Hoping you can help.&#60;/p&#62;
&#60;p&#62;Thanks again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33289</link>
			<pubDate>Mon, 28 Nov 2011 07:32:48 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33289@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;This really sounds like a cache issue now. Try to clear your browser cache, wp cache, etc. :)
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33251</link>
			<pubDate>Sun, 27 Nov 2011 22:44:25 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33251@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Just tried the new code. No luck. Who would have thought something so simple could be so difficult. Anyway thanks again. If you have any other suggestions please let me know. Cheers
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33201</link>
			<pubDate>Sun, 27 Nov 2011 07:01:05 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33201@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Try following code instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top div .price del {
    color: #BBBBBB !important;
}

#top div .price ins {
    color: #8B2121 !important;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33193</link>
			<pubDate>Sun, 27 Nov 2011 04:45:47 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33193@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Added the custom.css you provided to custom.css file but the color has not changed. Any other suggestions?&#60;/p&#62;
&#60;p&#62;Once again, thanks for your help.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33151</link>
			<pubDate>Sat, 26 Nov 2011 08:21:39 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33151@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Thanks for that. I use filezilla. I will try that.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33150</link>
			<pubDate>Sat, 26 Nov 2011 08:01:24 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33150@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
you can use a ftp software like fielzilla: &#60;a href=&#34;http://filezilla-project.org/&#34; rel=&#34;nofollow&#34;&#62;http://filezilla-project.org/&#60;/a&#62; (fielzilla client) to access your server/ftp directories. Some hosters also offer a web ftp panel (i.e. cpanel). Navigate to wp-content/themes/abundance/css and there you'll find custom.css. Download it and edit the file, then upload it again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33128</link>
			<pubDate>Sat, 26 Nov 2011 01:38:29 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33128@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;There doesn't appear to be a custom.css file in Edit Theme section. The only place I could add this css was in Quick css. That didn't work. In quick css it suggests to make css changes in the custom.css file but I can't find it. Any suggestions? Thanks in advance again.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33127</link>
			<pubDate>Sat, 26 Nov 2011 01:24:47 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33127@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey&#60;br /&#62;
Thanks so much for helping out. Cheers.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Dude on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33063</link>
			<pubDate>Fri, 25 Nov 2011 06:58:59 +0000</pubDate>
			<dc:creator>Dude</dc:creator>
			<guid isPermaLink="false">33063@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;Hey,&#60;br /&#62;
add following code to css/custom.css and change the color values:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;#top div .price del {
    color: #BBBBBB;
}

#top div .price ins {
    color: #8B2121;
}&#60;/code&#62;&#60;/pre&#62;</description>
		</item>
		<item>
			<title>Sharon on "Changing Price Text Color"</title>
			<link>http://www.kriesi.at/support/topic/changing-price-text-color#post-33052</link>
			<pubDate>Fri, 25 Nov 2011 04:28:31 +0000</pubDate>
			<dc:creator>Sharon</dc:creator>
			<guid isPermaLink="false">33052@http://www.kriesi.at/support/</guid>
			<description>&#60;p&#62;I still can't find an option to change the default price text color to a specific color I am utilising throughout the theme. I am sure it is a simple task but unfortunately I can't find the solution. Hoping someone can give me the answer. Thanks in advance for any help.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
