
Originally Posted by
notwist
Great template, but I have one problem. I use two languages and at the top of page I see word "languages" two times. Where can I change it?
Please make sure you have the most current version of the template. You can download Acadame from the link in my signature.
Here's the fix for your issue, please download the latest version of the template though:
http://www.zen-cart.com/forum/showpo...&postcount=266

Originally Posted by
intcon
Hello all..
I'm thinking this doesn't go in this thread, but no one else will answer on the other one! maybe someone here can help?
I have 2 items in one category, they are different prices....when i go to product price manager, pick the one product, make the 5 quantity price breaks and then upload it, it also changes the other product to that same price and pricing structure. why does it do that, and how can i make it stop!?
I changed this radio button "Discount Qty Applies to Mixed Attributes" to no..and it didn't change anything...
helllllp!
carrie
Sounds a bit odd, start a thread in the Categories and Products Category from the forum homepage.

Originally Posted by
kai920
Sorry, I browsed through many pages in this thread and couldn't find the fix.. could you point me to its direction?
Change the these styles in your stylesheet to the following:
Code:
li.category-top a{
padding:.4em 0 .4em 1.5em;
margin:0;
color:#333333;
font-weight:bold;
display:block;
border-bottom:1px solid #9a9a9a;
background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
}
li.category-subs a{
padding:.4em 0 .4em 1.5em;
margin:0;
color:#333333;
font-weight:bold;
display:block;
border-bottom:1px solid #9a9a9a;
background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
}
li.category-products a{
padding:.4em 0 .4em 1.5em;
margin:0;
color:#333333;
font-weight:bold;
display:block;
border-bottom:1px solid #9a9a9a;
background:#EEEEEE url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
}
li.category-top a:hover, li.category-subs a:hover{
background:#333333 url(../images/boxlistbg.png) .4em 0.5em no-repeat;
color:#EEEEEE;
}
li.category-products a:hover{
background:#333333 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
color:#EEEEEE;
}
Bookmarks