<?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 : Make CSS styling easier</title>
  <link>https://forum.productcart.com/</link>
  <description><![CDATA[This is an XML content feed of; ProductCart Shopping Cart Software Forums : Suggestions : Make CSS styling easier]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 11 Apr 2026 03:41:37 +0000</pubDate>
  <lastBuildDate>Tue, 29 Jun 2010 15:30:21 +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=3780</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[Make CSS styling easier : Ok, here&amp;#039;s an item that definitely...]]></title>
   <link>https://forum.productcart.com/make-css-styling-easier_topic3780_post14798.html#14798</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 3780<br /><strong>Posted:</strong> 29-June-2010 at 3:30pm<br /><br />Ok, here's an item that definitely needs to be removed: <br />opc_chooseShpmnt.asp line 738:<br /><br /><table width="99%"><tr><td><pre class="BBcode"><br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;strUPSFooter="&lt;tr bgcolor='#FFFFFF'&gt;&lt;td colspan='3'&gt;&lt;table width='100%' border='0' cellspacing='0' cellpadding='3'&gt;&lt;tr&gt;&lt;td&gt; . . .<br /></pre></td></tr></table><br /><br />Hard coded white background. Might be nice to even assign this a class so it could be control easily via CSS.]]>
   </description>
   <pubDate>Tue, 29 Jun 2010 15:30:21 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/make-css-styling-easier_topic3780_post14798.html#14798</guid>
  </item> 
  <item>
   <title><![CDATA[Make CSS styling easier : One other thought... for you Mozilla...]]></title>
   <link>https://forum.productcart.com/make-css-styling-easier_topic3780_post14716.html#14716</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1812">RedLeafDev</a><br /><strong>Subject:</strong> 3780<br /><strong>Posted:</strong> 14-June-2010 at 11:49am<br /><br />One other thought... for you Mozilla users - Firebug works in the same way as Chrome's Inspect - which does make the task less time consuming and helps in general with layout troubleshooting tasks.]]>
   </description>
   <pubDate>Mon, 14 Jun 2010 11:49:32 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/make-css-styling-easier_topic3780_post14716.html#14716</guid>
  </item> 
  <item>
   <title><![CDATA[Make CSS styling easier : Well, it certainly took me longer...]]></title>
   <link>https://forum.productcart.com/make-css-styling-easier_topic3780_post14709.html#14709</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 3780<br /><strong>Posted:</strong> 12-June-2010 at 10:26pm<br /><br />Well, it certainly took me longer than two hours using Google Chrome's Inspect Element tool just to find everything (which is nice because it tells you exactly where are the styles that are actually being applied are coming from in all of the various style sheets, right down to the line).<br /><br />But yeah, OPC is the biggest challenge here. The stuff in pcStorefront.css, there are quite a few places that could just use a transparent background instead of being defined as #fff, but with OPC, not so much.<br /><br />There's one more sheet if you want to style the popup for folks returning to the site with saved/abandoned cart: /productcart/includes/jquery/themes/redmond/jquery-ui-1.7.2.custom.css/<br /><br />That's a tricky one. Still don't have it perfect on the button effects.<br /><br />The other issue is some of the icons. It would be nice if they could all be PNGs with transparencies. This one totally needs to be created like that: pc/images/pc_checkmark_sm.gif. Transparent GIFs are so circa 2000, LOL!<br /><br />But thank you so much for taking this under advisement. <br /><br />On the up side, you guys have done a fabulous job of making sure all of the hooks are there for CSS. Didn't have to edit source code once to create a hook. Just a matter of finding all of them and editing them... and refreshing a million times ;-)<br /><br />I did have one curious issue, though: includes/spry/SpryTabbedPanels-SHIP.css -- I just couldn't get this sucker to clear cache for some reason. Finally ended up checking it on a different computer.]]>
   </description>
   <pubDate>Sat, 12 Jun 2010 22:26:12 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/make-css-styling-easier_topic3780_post14709.html#14709</guid>
  </item> 
  <item>
   <title><![CDATA[Make CSS styling easier :  Using ProductCart with a non-white...]]></title>
   <link>https://forum.productcart.com/make-css-styling-easier_topic3780_post14708.html#14708</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 3780<br /><strong>Posted:</strong> 12-June-2010 at 9:40pm<br /><br />Using ProductCart with a non-white background is not hard to do. It's just more time consuming than it should be. We completely agree. <br><br>According to our own experience, it takes up to 2 hours to customize everything, which is clearly too long.<br><br>The part that's particularly time consuming is One Page Checkout, so if you keep that portion of the design on a white background, it speeds things up.<br><br>Just as a reference, the files to edit are:<br><ul><li>pc/pcStorefront.css</li><li>pc/onepagecheckout.css</li><li>includes/spry/SpryAccordionOPC.css</li><li>includes/spry/SpryTabbedPanels-SHIP.css</li></ul>Anyway... yes, we do plan on doing work on this in the future to streamline the CSS used by our shopping cart software and make it simpler to switch to a non-white background.<br><br>Thanks for your feedback!<br><a href="file:///C:%5CUsers%5CMassimo%5CAppData%5CLocal%5CTemp%5Cmsohtmlclip1%5C01%5Cclip_colorschememapping.xml" target="_blank"></a>]]>
   </description>
   <pubDate>Sat, 12 Jun 2010 21:40:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/make-css-styling-easier_topic3780_post14708.html#14708</guid>
  </item> 
  <item>
   <title><![CDATA[Make CSS styling easier : Glad to hear it EI! Maybe a future...]]></title>
   <link>https://forum.productcart.com/make-css-styling-easier_topic3780_post14704.html#14704</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1812">RedLeafDev</a><br /><strong>Subject:</strong> 3780<br /><strong>Posted:</strong> 12-June-2010 at 9:03am<br /><br />Glad to hear it EI! Maybe a future enhancement?<DIV>&nbsp;</DIV><DIV>This has been an issue for us before. We've even gone as far as to put into our design specs that at least the center of the interior pages needs to have a white background.</DIV><DIV>&nbsp;</DIV><DIV>Amy</DIV>]]>
   </description>
   <pubDate>Sat, 12 Jun 2010 09:03:15 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/make-css-styling-easier_topic3780_post14704.html#14704</guid>
  </item> 
  <item>
   <title><![CDATA[Make CSS styling easier : Sean: we agree. This needs to...]]></title>
   <link>https://forum.productcart.com/make-css-styling-easier_topic3780_post14703.html#14703</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=1">ProductCart</a><br /><strong>Subject:</strong> 3780<br /><strong>Posted:</strong> 12-June-2010 at 3:52am<br /><br />Sean: we agree. This needs to be improved.]]>
   </description>
   <pubDate>Sat, 12 Jun 2010 03:52:07 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/make-css-styling-easier_topic3780_post14703.html#14703</guid>
  </item> 
  <item>
   <title><![CDATA[Make CSS styling easier : I just did my first &amp;#034;black/#000&amp;#034;...]]></title>
   <link>https://forum.productcart.com/make-css-styling-easier_topic3780_post14702.html#14702</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forum.productcart.com/member_profile.asp?PF=2">Guests</a><br /><strong>Subject:</strong> 3780<br /><strong>Posted:</strong> 12-June-2010 at 3:11am<br /><br />I just did my first "black/#000" styled theme tonight. It was a nightmare.<br /><br />PC CSS and imagery seems to assume everything will go against a white/#fff background.<br /><br />My suggestions so far are to let the background color be defined in the body element of the style sheet and then let everything else have a background-color of "transparent". <br /><br />There are also many icons used all over the place that could be transparent PNGs.<br /><br />I understand that styling is up to the designer, but the "Out of the box" version could make it such that it is MUCH easier to style against backgrounds that are not pure white.<span style="font-size:10px"><br /><br />Edited by Sean@WMS - 12-June-2010 at 3:12am</span>]]>
   </description>
   <pubDate>Sat, 12 Jun 2010 03:11:33 +0000</pubDate>
   <guid isPermaLink="true">https://forum.productcart.com/make-css-styling-easier_topic3780_post14702.html#14702</guid>
  </item> 
 </channel>
</rss>