Enable / Disable Upsell Carousel on product page
-
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.
Hello,
Please provide the page URL I will provide custom CSS.
Best Regards
Please see private area for the URL
-thank you in advance 🙂
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body.single .upsells-carousel{
display:none;
}
Best Regards