Home Forums WoodMart support forum Enable / Disable Upsell Carousel on product page

Enable / Disable Upsell Carousel on product page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #231699

    timvanhuik
    Participant

    Hi,

    In the settings sections its possible to enable and disable the “Related” products, on the products page.

    But due to a specific “law” I need to disable / Enable the “Upsell” (carousel) also, and because it can;t be done in the settings, i would like to do it in the “Custom CSS” section.

    I am not sure what to put in???:

    .woocommerce-XXXXXXXX {
    display: none;
    }

    There is a .upsells-carousel but also a .container related-and-upsells

    Can you help me out?

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

    Hello,

    Please provide the page URL I will provide custom CSS.

    Best Regards

    #231746

    timvanhuik
    Participant

    Please see private area for the URL

    -thank you in advance 🙂

    #231843

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body.single .upsells-carousel{
    display:none;
    }

    Best Regards

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