Home › Forums › WoodMart support forum › How to add “quick view” icon on mobile archives? › Reply To: How to add “quick view” icon on mobile archives?
August 20, 2024 at 8:51 am
#591139

Aizaz Imtiaz Awan
Keymaster
Hello,
Please try to use the below custom CSS code and paste it to Theme Settings >> Custom CSS >> CSS for Mobile Section:
body .product-grid-item .wd-quick-view-icon, .product-compare-button {
display: block !important;
}
Best Regards.