Home Forums WoodMart support forum Keep “You may also like” upsell products, hide “Related products”

Keep “You may also like” upsell products, hide “Related products”

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #458506

    Brian0413
    Participant

    Hi,

    I understood that the I can disable showing the Related products of Single Product Page in the Theme Settings > Product page > Hide and show elements. However, it also disable the “You may also like” upsell products in single product page.

    Can you please provide the custom CSS code to only hide the “Related products”, while keeping the “You may also like” and upsell products session visible in single product page.

    I also provide you the login information to my admin panel of the wordpress.

    Please see the attached photo for details, thank you.

    Attachments:
    You must be logged in to view attached files.
    #458656

    Hi,

    Please read the woocommerce documentation in the following link:
    https://docs.woocommerce.com/document/related-products-up-sells-and-cross-sells/

    Alternatively, you can change it with custom CSS

    div.related-products{
    	display: none !important;
    }

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)