Remove related products from single product site
-
Hi there,
I am using the WooCommerce Plugin, and it's working fine so far, however, I am not able to remove the „related products“ („Ähnliche Beiträge“) section from the single product page. Even worse, it seems to be there twice, as there is a small „related products“ section if you click on „Beschreibung“ of the single product. I have no idea where this section gets its content from. The website is: www.vededi.de
Looking forward to your reply.
Best,
Dustin -
https://woocommerce.com/document/remove-related-posts-output/
amazing website!
.related.products{ display:none!important; }use this css!
about the other related products in "beschreibung":

thats interesting, i haven't seen this before!

in the markup i see "jp-related" posts
maybe it is a plugin that you use and that you could disable?
or use this css:.jp-relatedposts{ display:none!important; }