Home › Forums › WoodMart support forum › Make Add to Cart button visible on product listing pages, not only on hover › Reply To: Make Add to Cart button visible on product listing pages, not only on hover
September 26, 2024 at 3:17 pm
#600421
Hung Pham
Keymaster
Hi meetbio.es,
Thanks for reaching to us.
– Navigate to Theme Settings > Product archive > Product styles and enable Open product on click on mobile
option https://ibb.co/ZBKMZwR
– Please add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for Mobile section:
.wd-product.wd-hover-base div.hover-content{
display: none;
}
.wd-hover-with-fade div.fade-in-block {
position: relative;
visibility: visible;
opacity: 1;
}
Best Regards.