Black Friday Super Sale 2024 is Coming Soon

WIN AN iPAD, LIFETIME MEMBERSHIP
×

Search Divi Cart Pro Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to disable the quick view feature in DCP WooCommerce Products on mobile devices only?

To disable the quick view feature in DCP WooCommerce Products on mobile devices only, you can achieve this by adding the following CSS code in Divi Theme Options.

@media screen and (max-width: 767px) {
 .dcp_woo_products .dcp_single_woo_product_quickview_wrapper {
    display: none;
}
}
Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.