I haven’t touched any of the theme files. Only edits have been with the custom CSS. The edits I’ve made are below:
.reset_variations {display: none !important}
.stock { display: none; }
.product_meta p .leave-feedback {
display: none;
}
.page-heading.fancy-heading{
padding-bottom: 40px!important;
padding-top:140px!important;
}
#super-search, body > .sf-super-search {
background: #222222;
opacity: 1;
}
body.woocommerce .has-one-sidebar ul.products li.product{width:211px;}
/*
.woocommerce div.product .product-short {
font-size: x-large;
margin-bottom: 0px;
}
*/
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price .amount{
font-size: 14px;
padding: 0;
margin: 0;
}
.single.single-product .heading-text {
display: none;
}
.post-type-archive .heading-text, .post-type-archive #breadcrumbs {
display: none;
}
.archive .page-heading {
display: none;
}
.woocommerce div.product .entry-title {
color: #000000;
display: block;
float: right;
font-size: 32px;
margin-bottom: 12px;
width: 48%;
}
/*
.summary-top {
border: 0;
padding-bottom: 0;
margin-bottom: 10px;
}
.summary-top h1 {
display: inline-block;
float: left;
margin-top: 0;
}
.woocommerce .quantity, .woocommerce-page .quantity {
max-width: 115px;
}*/