Search Divi Cart Pro Documentation
Search for answers or browse our knowledge base.
-
Getting Started
-
Configuration
-
Modules
-
FAQs
- Mini cart links (cart, checkout) doesn't work?
- Getting 'plug-in not valid' error during installation?
- Headers, mini cart, or footer layouts not imported?
- Third party product filters not working?
- How to change the quantity box size in Divi Cart Pro?
- How to disable quick view option on mobile?
- Equalize height for large product title
- How to remove the 'nofollow' from the Add to cart button in Divi Cart Pro?
- How to disable quick view feature on mobile in Divi cart pro.
- Mobile Cart Icon is not aligned
- Menu items and category ordering/sorting
- How can I update child theme to the latest version?
- How to add items in secondary menu?
- How to customize WooCommerce buttons in Divi Cart Pro?
- How to disable the quick view feature in DCP WooCommerce Products on mobile devices only?
- Cart icon customization
- Show all articles ( 1 ) Collapse Articles
< All Topics
Print
How to disable quick view option on mobile?
Please add the following CSS code in Divi Theme Option to make the quick view option disable on mobile devices.
@media screen and (max-width: 767px)
{
.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