1) Add this custom css to the theme options panel:
.products .product .product-details .posted_in, .product_meta>span.posted_in {
display: none;
}
2) Once you’ve changed the settings, you need to use the Regenerate Thumbnails plugin – it says this above the options where you set the size. All images will then need to be at least this size, else you will have uneven product sizes.
3) Add this css:
.product-related-wrap {
display: none;
}
4) Go to Theme Options > Header Options, and disable the aux language switcher option.
5) Updated to v1.3 – there is now an option in Theme Options > WooCommerce Options > Product Options to choose where to display this.
– Ed