Topmanx those boxes are controlled at line 1055 and 1065 of template_css.css
a.mainlevel {
padding: 5px 0 6px 15px;
width: 90%;
display: block;
color: #403C3A;
background: url(../images/a-mainlevel-bg.gif) no-repeat bottom left;
font-weight: bold;
text-decoration: none;
}
a.mainlevel:hover,
a.mainlevel:active,
a.mainlevel:focus {
color: #403C3A;
background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
text-decoration: none;
}
a.mainlevel#active_menu {
color: #D7025F;
background: url(../images/a-mainlevel-hover.gif) no-repeat bottom left;
font-weight: bold;
text-decoration: none;
}
You just need to replace the background images with images of your own
JA Developer;91063Hi topmanx,
I think you have modifed code in this template.
because……