Hi There,
When I create a link to a virtuemart category, it shows the wording: "List Categories" above the category description.
Is there a way to remove this?
Thanks
Ash
.recenlts {
clear:both;
margin-bottom:2px;
padding:10px 0;
}
.recenlts {
clear:both;
display:none;
margin-bottom:2px;
padding:10px 0;
}
ol {
list-style: decimal inside none;
}
ul {
list-style: disc inside none;
}