/**
* Initialize all the things.
*/
-remove_action( 'woocommerce_product_tabs', 'woocommerce_product_reviews_tab', 30);
-remove_action( 'woocommerce_product_tab_panels', 'woocommerce_product_reviews_panel', 30);
require get_stylesheet_directory() . '/inc/init.php';
-
/**
* Do not add custom code / snippets here.
* While Child Themes are generally recommended for customisations, in this case it is not
.site-main ul.products li.product .button{
display: none !important;
}
+.single-product div.product .woocommerce-tabs{
+ display: none;
+}
+/* end of custom css */
.animated{
-webkit-animation-duration: 1s;
animation-duration: 1s;