Search Divi WooCommerce Extended Documentation

Search for answers or browse our knowledge base.

< All Topics
Print

How to display quickview and wishlist icons only on hover in DWE

To display quickview and wishlist icons only on hover in DWE please add the following CSS in divi theme options

.dwe_woo_products_isotope_item .dwe_single_woo_product_quickview_wrapper{
display: none !important;
}

.dwe_woo_products_isotope_item:hover .dwe_single_woo_product_quickview_wrapper{
display: block !important;
}
Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
How can we improve this article?
Please submit the reason for your vote so that we can improve the article.