Home Forums WoodMart support forum Hide related products on specific product pages

Hide related products on specific product pages

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

    BertranddesmetsWM
    Participant

    Hi,

    I am trying to hide the related product carrousel on specific pages with this:

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

    But it won’t work.
    Any suggestion?
    Thanks for the help!

    #254188

    Hello,

    Please add this code to the Product page settings: https://prnt.sc/wbkvoj

    body .related-products{
    display:none;
    }

    You will need to add the code to each product where you want to hide the Related products.
    Best Regards

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