Hide Related Products & Upsell

If using the standard "related products" delivered by WooCommerce it is recommended to remove those when deploying recommendations using Engage. To remove the related products, simply add the following CSS.

/* Engage rec */
.related.products {
  display: none;
}
/* Engage rec */
.upsells.products {
    display: none;
}

Last updated