Hi,
That css hides the Upsells as well as the related products. I only want the related products to be hidden.Is it possible to do that in the latest version of the theme? I was able to do it before with this css, but it doesn’t work anymore.
.related.products {
display: none !important;
}
Thank you.