Hey all, I hope someone can help me.
Ok... I am using this mod for my categories.. but I would LOVE to totally get the category section styled differently from the rest of the sideboxes.. basically something like the below. but I'm having problems with this because this box uses both an ID and Class and the category is picking up the CLASS part of it which is using the original sidebox styling, or the styling for the rest of the boxes... this new sidebox uses the following as I can tell by right clicking and using "inspect Element using Firebug":
<div id="categorylistbox" class="leftBoxContainer"> = for the whole box
<h3 id="categorylistboxHeading" class="leftBoxHeading"></h3> = for the heading
<div id="categorylistboxContent" class="sideBoxContent"> = for the content
<span class=""> <a class="category-top" href="http://theposhbox.net/ZenCart/index.php?main_page=index&cPath=5">Cakes</a></span> = for each product
But on all of the above, this box is using the class for styling and when I tried to add the #categorylistbox, etc., for the styling, nothing changes..
Here is a screenshot of what I'm trying to do and then below is the direct link to the site I'm working on:
NOTE: Chocolate Cake is showing what happens when on hover over each product..
http://theposhbox.net/ZenCart/
Thanks for any help, Pamela


Reply With Quote
