Comments 7EllenCoolDutch started the conversationJune 16, 2022 at 7:23amAt the moment, the system generates related products by default on the product pages. (on my page in Dutch: Gerelalteerde producten)I have a question about this: I would like to remove the standard related products but I would like to keep the up and cross sells. When I use the css code: .related.products { display: none;} they all disappear. Is there a way to remove the default related products (system generated) but keep the upsell (on my page in Dutch: Andere suggesties...)? 279Noah repliedJune 16, 2022 at 9:03amHi there,Could you try this CSS instead: .single-product .products.related{ display:none; } Cheers. 7EllenCoolDutch repliedJune 16, 2022 at 9:32amThank you so much again...It workedRegards, Sign in to reply ...
At the moment, the system generates related products by default on the product pages. (on my page in Dutch: Gerelalteerde producten)
I have a question about this:
I would like to remove the standard related products but I would like to keep the up and cross sells.
When I use the css code:
.related.products {
display: none;
}
they all disappear.
Is there a way to remove the default related products (system generated) but keep the upsell (on my page in Dutch: Andere suggesties...)?
Hi there,
Could you try this CSS instead:
Cheers.
Thank you so much again...
It worked
Regards,