Hi im looking for a guide to change the side links for the category box, New product box... ect. So that i have CSS rollover colour changes and borders around each link. Is there any around as a guide for Zen carts?
Hi im looking for a guide to change the side links for the category box, New product box... ect. So that i have CSS rollover colour changes and borders around each link. Is there any around as a guide for Zen carts?
URL to your shop?
Shirley :)
http://www.zen-cart.com/index.php?ma...roducts_id=609
Category Dressing mod from above url may help
That mod is a mess! Why does it have all kinds of random stuff inserted "for examples" as the default?
Turns out I only need 1 line in that css file to just have a rollover text coloring on my category names, too bad I can't figure out how to clean up the template file so it stops putting multiple categories on one line in the sidebox and randomly inserting a junk image between 2 of them
Text rollover should work on that sidebox normally, it does on all the rest!
Hello,
I have a similar problem with changing roll over colors to #ff0080.
I can change the color of the categories listing and of the links but not the rest of the links on the page.
I added the following code the the style sheet:
a.category-top:hover { /* Added C. Arpin 28apr2009 works*/
color: #ff0080;
/*text-decoration: none;*/
}
a.category-links:hover { /* Added C. Arpin 28apr2009 works*/
color: #ff0080;
/*text-decoration: none; */
}
This does nothing:
a.sideBoxContent:hover { /* Added C. Arpin 28apr2009 does nothing */
color: #ff0080;
/* text-decoration: none; */
}
Also changing the color in this line does nothing:
a:hover, #navEZPagesTOC ul li a:hover, #navMain ul li a:hover, #navSupp ul li a:hover, #navCatTabs ul li a:hover {
color: #ff0080; /* old color: #666666; */
}
but I can change the boldness and spacing with:
.sideBoxContent {
background-color: transparent;
padding: 0.4em;
font-weight: bold; /* Added C. Arpin 28apr2009 */
line-height: 1.5em; /* Added C. Arpin 28apr2009 */
}
The theme is based on red passion but with many changes.
http://www.daillynails.com
thanks
Claude
Hello again,
I found the error.
When I change something in a site, I save the original file before changing it. I was saving the style sheet as stylesheetold.css instead of stylesheet.old
The a:hover works great.
Claude![]()