Adjusted background colors of title tags, removed consumer review tags, and remove...
authorAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Nov 2015 17:54:11 +0000 (12:54 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Thu, 19 Nov 2015 17:54:11 +0000 (12:54 -0500)
functions.php
style.css

index 3bded61..092bfd1 100644 (file)
  */
 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
index 91edc05..a4e3651 100644 (file)
--- 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;
 }