Hi,
This css code will make your font size bigger and cost of the product center. Put this in your theme options – custom css
.woocommerce ul.products li.product a {
font-size: 18px;
font-weight: bold;
}
.woocommerce ul.products li.product .price {
float: none;
}