*/
require get_stylesheet_directory() . '/inc/init.php';
+add_filter( 'woocommerce_product_tabs', 'wcs_woo_remove_reviews_tab', 98 );
+function wcs_woo_remove_reviews_tab($tabs) {
+ unset($tabs['reviews']);
+ return $tabs;
+}
+
/**
* Do not add custom code / snippets here.
* While Child Themes are generally recommended for customisations, in this case it is not
.last.post-125.product.type-product.status-publish.has-post-thumbnail.product_cat-allen-design-whimical-wall-clocks.shipping-taxable.purchasable.product-type-simple.product-cat-allen-design-whimical-wall-clocks.instock{
margin-top: 80px;
}
+.theme-light.slider-wrapper{
+ margin-top: -50px;
+}
+.site-main ul.products li.product .g-product-title{
+ background: rgb(99, 133, 73);
+}
+.single-product div.product form.cart .button{
+ background: rgb(99, 133, 73);
+}
+.site-main ul.products li.product .g-product-title h3{
+ background: rgb(99, 133, 73);
+}
.site-main ul.products li.product .button{
display: none !important;
}