<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>ProductCart Shopping Cart Software Forums : Font color of price</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Using ProductCart : Font color of price]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sun, 12 Apr 2026 17:56:04 +0000</pubDate>
  <lastBuildDate>Wed, 11 Feb 2009 07:23:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.04</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.productcart.com/RSS_post_feed.asp?TID=2468</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ProductCart Shopping Cart Software Forums]]></title>
   <url>https://forum.productcart.com/forum_images/pc_logo_50.png</url>
   <link>https://forum.productcart.com/</link>
  </image>
  <item>
   <title><![CDATA[Font color of price : It would be nice to have the ASP...]]></title>
   <link>https://forum.productcart.com/font-color-of-price_topic2468_post8874.html#8874</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=574">GavinB</a><br /><strong>Subject:</strong> 2468<br /><strong>Posted:</strong> 11-February-2009 at 7:23am<br /><br />It would be nice to have the ASP generate a unique css class for the price. I have a client who likes to display the price a little larger and change color and I always end up having to butcher the actual .asp files to achieve this.<br><br>]]>
   </description>
   <pubDate>Wed, 11 Feb 2009 07:23:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/font-color-of-price_topic2468_post8874.html#8874</guid>
  </item> 
  <item>
   <title><![CDATA[Font color of price : Got it, thank you! ]]></title>
   <link>https://forum.productcart.com/font-color-of-price_topic2468_post8864.html#8864</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=469">Diaper Junction</a><br /><strong>Subject:</strong> 2468<br /><strong>Posted:</strong> 10-February-2009 at 7:30pm<br /><br />Got it, thank you!]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 19:30:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/font-color-of-price_topic2468_post8864.html#8864</guid>
  </item> 
  <item>
   <title><![CDATA[Font color of price : Hi, Actually, the place the existing...]]></title>
   <link>https://forum.productcart.com/font-color-of-price_topic2468_post8862.html#8862</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 2468<br /><strong>Posted:</strong> 10-February-2009 at 7:03pm<br /><br />Hi, Actually, the place the existing color is being set is here :<br><br>&nbsp;&nbsp;&nbsp; .pcForms input {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; border: 1px solid #CCCCCC;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; background-color: #F2F2F2;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; font-size: 11px;<br><font color="#ff0000">&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; color:#666666;<br></font>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding: 2px 3px 2px 3px;<br>&nbsp;&nbsp;&nbsp; }<br><br>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 19:03:45 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/font-color-of-price_topic2468_post8862.html#8862</guid>
  </item> 
  <item>
   <title><![CDATA[Font color of price : Hi, To change the price itself...]]></title>
   <link>https://forum.productcart.com/font-color-of-price_topic2468_post8861.html#8861</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=303">Hamish</a><br /><strong>Subject:</strong> 2468<br /><strong>Posted:</strong> 10-February-2009 at 6:59pm<br /><br />Hi,<br>&nbsp; To change the price itself in pc/storeFront.css look for :-<br><br>&nbsp;&nbsp;&nbsp; /* Style the transparent fields used by ProductCart Build To Order and Apparel Add-on */<br>&nbsp;&nbsp;&nbsp; #pcMain .transparentField {<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; border: 0;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; background-color: transparent;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; padding: 0;<br>&nbsp;&nbsp;<font color="#ff0000">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; color: red;</font><br>&nbsp;&nbsp;&nbsp; }&nbsp;&nbsp;&nbsp; <br><br>- Where the color line has been added - unfortunately this class is used by other places as well, such as SKU at the top of the page - so if you really want to make it stand out you will need to tweak the code that creates the page, but if you just want to make it black, then don't worry. <br>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 18:59:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/font-color-of-price_topic2468_post8861.html#8861</guid>
  </item> 
  <item>
   <title><![CDATA[Font color of price : Hm. Well, that did change the...]]></title>
   <link>https://forum.productcart.com/font-color-of-price_topic2468_post8860.html#8860</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=469">Diaper Junction</a><br /><strong>Subject:</strong> 2468<br /><strong>Posted:</strong> 10-February-2009 at 6:54pm<br /><br />Hm. Well, that did change the word Price to black, but not the actual numbers.<DIV>&nbsp;</DIV><DIV>;-/</DIV><DIV>&nbsp;</DIV><DIV>Thank&nbsp; you for your help.</DIV>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 18:54:08 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/font-color-of-price_topic2468_post8860.html#8860</guid>
  </item> 
  <item>
   <title><![CDATA[Font color of price : The font colour is placed within...]]></title>
   <link>https://forum.productcart.com/font-color-of-price_topic2468_post8859.html#8859</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1363">RUOnTheNet</a><br /><strong>Subject:</strong> 2468<br /><strong>Posted:</strong> 10-February-2009 at 6:47pm<br /><br /><P>The font colour is placed within the style sheet as mentioned below. </P><DIV>Look for the style sheet&nbsp; ../pc/pcStorefront.css file and then find this info below for</DIV><DIV>&nbsp;</DIV><DIV>pcShowProductPrice</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;Then, change the color code below to whatever shade you like. </DIV><DIV>&nbsp;</DIV><DIV>/* Change font color for "Show Product's Price" feature */<BR>&nbsp;#pcMain .pcShowProductPrice {<BR>&nbsp;&nbsp;color:#000000;<BR>&nbsp;}<BR></DIV><DIV>&nbsp;</DIV><DIV>That should work!&nbsp;&nbsp; Alan</DIV>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 18:47:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/font-color-of-price_topic2468_post8859.html#8859</guid>
  </item> 
  <item>
   <title><![CDATA[Font color of price : The prices in my store are, in...]]></title>
   <link>https://forum.productcart.com/font-color-of-price_topic2468_post8858.html#8858</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=469">Diaper Junction</a><br /><strong>Subject:</strong> 2468<br /><strong>Posted:</strong> 10-February-2009 at 6:21pm<br /><br />The prices in my store are, in my opinion, hard to see. I want to change the font to black, instead of the current gray.<DIV>&nbsp;</DIV><DIV>I cannot figure out where to edit this.</DIV><DIV>&nbsp;</DIV><DIV>If someone can tell me what file, I can edit it.</DIV><DIV>&nbsp;</DIV><DIV>Anyone?</DIV><DIV>&nbsp;</DIV><DIV>Current font can be seen&nbsp; here: <a href="http://www.diaperjuncti&#111;n.com/store/pc/viewPrd.asp?idproduct=226&amp;idcategory=2" target="_blank">http://www.diaperjunction.com/store/pc/viewPrd.asp?idproduct=226&amp;idcategory=2</A></DIV><DIV>&nbsp;</DIV><DIV>Thanks for any help!</DIV><DIV>&nbsp;</DIV><DIV>Melanie</DIV><DIV>Diaper Junction</DIV>]]>
   </description>
   <pubDate>Tue, 10 Feb 2009 18:21:39 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/font-color-of-price_topic2468_post8858.html#8858</guid>
  </item> 
 </channel>
</rss>