Hello,
I knew there was an old thread about this, but there is no answer. Myshopping cart sidbox is on the left with categories. I want to use a different color for shopping cart only. How to do this?
Thank you.
http://www.hotdealspot.net/
Hello,
I knew there was an old thread about this, but there is no answer. Myshopping cart sidbox is on the left with categories. I want to use a different color for shopping cart only. How to do this?
Thank you.
http://www.hotdealspot.net/
The best way is to add something to the cart and then view source so you can see all of the classes and ids to address in your stylesheet ...
Example:
Now you can find the existing classes or add them to your stylesheet for your template and customize them based on the id to specifically address the shopping cart sidebox and not the other sideboxes ...<!--// bof: shoppingcart //-->
<div class="leftBoxContainer" id="shoppingcart" style="width: 180px">
<h3 class="leftBoxHeading" id="shoppingcartHeading"><a href="http://www.hotdealspot.net/index.php?main_page=shopping_cart">Shopping Cart</a></h3>
<div id="shoppingcartContent" class="sideBoxContent"><div id="cartBoxListWrapper">
<ul>
<li><span class="cartOldItem">1ea.- </span><a href="http://www.hotdealspot.net/index.php?main_page=product_info&products_id=4"><span class="cartOldItem">Discovery Channel 20th Anniversary 5 DVD Collection</span></a></li>
</ul>
</div><hr /><div class="cartBoxTotal">$15.15</div><br class="clearBoth" /></div></div>
<!--// eof: shoppingcart //-->
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!
Thank you, that's too hard for me. Will try later.