From: Anthony Talarico Date: Thu, 19 Nov 2015 17:54:11 +0000 (-0500) Subject: Adjusted background colors of title tags, removed consumer review tags, and remove... X-Git-Tag: v1.0.0^2~94 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=fc8fa360c49ed6d5e7cb584f095d90ef7f7d7528;p=WP-Themes%2Fthemoleholeonline.git Adjusted background colors of title tags, removed consumer review tags, and remove slider image gap --- diff --git a/functions.php b/functions.php index 3bded61..092bfd1 100644 --- a/functions.php +++ b/functions.php @@ -10,6 +10,12 @@ */ 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 diff --git a/style.css b/style.css index 91edc05..a4e3651 100644 --- a/style.css +++ b/style.css @@ -17,6 +17,18 @@ Text Domain: galleria .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; }