Hi Kathy,
1) Can you provide further screenshots, I do not see a difference.
2) Please add this to Theme Options => Custom CSS:
.woocommerce .products .product .price, .woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product .summary h3.price {
display: none!important;
}
3) Please add this to Theme Options => Custom CSS:
.woocommerce div.product .woocommerce-tabs {
display: none;
}
4) Please add this to Theme Options => Custom CSS:
.woocommerce .woocommerce-breadcrumb {
display: none;
}