Important:
This support area is for Kalium 3 users only.
Support for Kalium 4 has moved to our new platform at support.laborator.co.
If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.
Hi,
I would like to remove the "related product" on the product pages
I set "0" in the theme option in the single roduct settings.
But they keep on displaying..
https://www.commonplacesartgallery.com/product/rocks2015/
Could you tell me how to remove them?
Thanks
Hi Silvia,
Can you please add the code below to Custom CSS
.woocommerce.single-product .single-product .related.products {
display: none !important;
}