Hi,
.post-type-archive-product .page-heading,
.woocommerce-count-wrap,
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select,
.post-type-archive-product .divider-wrap {
display: none;
}
.post-type-archive-product ul.products,
.post-type-archive-product .woocommerce-page .products ul,
.post-type-archive-product .woocommerce-page ul.products {
border-top: none;
}
2) This is because the product is a variable product, this is default behaviour. You can modify this, with this example:
ul.products li.product figure.product-transition:hover > a {
-webkit-transform: none!important;
-moz-transform: none!important;
-ms-transform: none!important;
-o-transform: none!important;
transform: none!important;
}
3)
We use 540 x 720 in our shop demo, your images look rather small and will not scale up very well at that size.
Thanks,
David.