Does anyone know a simple way of removing the table header from the product listings page?
_much obliged
Does anyone know a simple way of removing the table header from the product listings page?
_much obliged
you can add this to end of your style sheet
.productListing-heading {
display:none;
}
but you will no longer be able to sort base on price .etc..
this did it - thanks