> I want to edit the borders that surround categories, help,
> your cart, etc.,
You asked about menu boxes.
You can modify this in "Edit templates" -> "skin1.css" ->
.VertMenuBox {
background-color: #FFFFFF; border: 1px solid #FF0000; COLOR: #333366;
}
.VertMenuBoxRight {
background-color: #FFFFFF; COLOR: #333366;
}
.VertMenuTitle {
BACKGROUND-COLOR: #FF0000; COLOR: #FFFFFF; FONT: bold 12px;
}
or you can modify "menu.tpl" template to completely change menu box.
Admin FinestShops
Comments