Golden Synergy:
I am stuck trying to find out where the gif files are for the home, log in, my account, shopping cart, check out tabs. These are the ones on the right side of my site. If you hover over that part of the site they lighten up. I think I have something backwards. Where are these files at?
I have customized my site, but I now need to find those gif files so I can color them to match my site.
https://www.classic-flatware.com
At the top of http://classic-flatware.com/includes/templates/cherry_zen/css/stylesheet.css
/* This section controls the colors for the site. Change red (default) to one of these options: orange, yellow, green, blue, purple, or grey) */
input#searchTop {
background: url("../images/blue/rounded-search-input-top.gif") top left no-repeat;
}
#navMainWrapper {
background:url("../images/blue/header.gif");
}
h3.leftBoxHeading, h3.rightBoxHeading {
background: url("../images/blue/sideboxbg.gif");
}
#navMain a {
background:url("../images/blue/tableftE.gif") no-repeat left top;
}
#navMain a span {
background:url("../images/blue/tabrightE.gif") no-repeat right top;
}
#navMain a span.last {
background:url("../images/blue/tabrightE_last.gif") no-repeat right top;
}
/* end main color changes */
The images are http://classic-flatware.com/includes/templates/cherry_zen/images/blue/tableftE.gif etc