1). How can I hide sorting selection in virtuemart category page?
2). I choose to show ONLY final salesprice in category page.
How can I remove the space lines between price and Product DetaIls link?
Thanks!
George
.orderby-displaynumber {
display:none !important;
}
.catProductPrice {
min-height: 70px;
}
h3.catProductTitle,
p.product_s_desc {
margin: 0;
padding: 0;
}
.catProductDetails {
margin:0;
}
