I have added this css to global css
.woocommerce .products .product,
.woocommerce .products .product .price {
text-align:center
}
.woocommerce-ordering {
display: none;
}
.woocommerce-result-count {
display: none;
}
.woocommerce li.product .entry-header .button {
opacity: 1;
position: relative;
top: auto;
left: auto;
right: auto;
}
I would like to know how to also make button smaller as to not take up whole width
Thanks
George
