Hey,
I want to hide the “Related Products” from the Single Product Page and only use the “You may also like…” carousel. I know “You may also like…” can be controlled by up sells/cross sells.
Currently we have both related products & you may also like carousels on product pages. Please see example: http://keleclothing.com/shop/sweater-sol-blue
I already tried adding the following custom CSS codes, but none of them worked…:
.single-product .product-carousel.spb_content_element {
display: none;
}
This code hides everything, but I want to keep the you may also like field.
.single-product .page-content .related.products {
margin-top: 50px;
display: none;
}
This code did not change anything…
Could you please help me with this?