Hi There
I am having the same problem with the update. I have checked the css as you explained it is already showing
.hikashop_product_weight_main{
display:none;
}
BUT the weight is still displaying. Any ideas??
P.S. I think it ywould be good if this change was not included in the update
Thanks
Nigel
eliot wrote: Hi there,
Here are the lines to add in order to remove weight and pagination display. Just add it to the Hikashop front end css via System>Configuration>Display and by editing the css file:
Weight:
.hikashop_product_weight_main{
display:none;
}
Pagination:.hikashop_products_pagination{
display:none;
}