- 
      
- 
        Save rynaldos-zz/90196ab3750611f56997f7e40260deb0 to your computer and use it in GitHub Desktop. 
[update]
this works:
.related.products {
display: none;
}
Would rather have it not calculated at all, waste of time :)
Same here, WC  3.2.2, WP 4.8.3
Still displaying.
As an alternative when removing the action fails, navigate to wp-content/plugins/woocommerce/template/related.php, make a copy of related.php for backup and change the loop to something like:
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
if ( $related_products ) : ?>
		<?php //Do Nothing ?>
		<?php woocommerce_product_loop_end(); ?>
<?php endif;
wp_reset_postdata();
This completely removes the output. The .css alternative does hide the output but it is still present in the source.
I would like to ask a question, i dont know if is the proper place to do it tho.
Im stuck trying to alterate the related products of Wocommerce in a website, i guess is the css of the template overwriting the code. Im not an expert programer ( one of the reasons i work with WP)
I left the site here, i have the same owl carousel down the related products, and i wish it look like the black one, instead the overlay shows in white. Im using Uncode themplate but i cant find nothing about, and they wont answer because i dont have more support time... http://devilsfruits.com/?product=purple-haze-finish
Plz some one help, if we succeed we may send some away :X
Neither of these work for me on 3.2.1