Virtuemart Menu
The vmart module just outputs links instead of an unordered list like they should.
You’ll need to edit /templates/jp_techpraise_1.5/css/theme1.css (or the theme you’re using)
and add this
.moduletable-list a{
display:block;
padding:4px 10px;
border-bottom:1px solid #C8CACA;
border-top:1px solid #FDFDFD;
color:#666;
text-decoration:none;
}
.moduletable-list a:hover {
background-color:#F0F0F0;
}
最近评论