Add to cart Button always visible
-
Hello, if I want to have “Add to cart” button always visible, not only on hover, is it possible? Like in the added picture.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide your site URL so that we could provide you with custom CSS. If your site is under maintenance, please provide your site admin access in the private area
Best Regards
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.woodmart-hover-base.hover-ready .fade-in-block {
visibility: visible;
opacity: 1;
transition: opacity .3s ease,visibility 0s ease;
}
.woodmart-hover-base.hover-ready:hover .product-wrapper {
z-index: 20;
-webkit-transform: none;
transform: none;
}
body .product-grid-item{
margin-bottom:90px;
}
This design does not look nice when I show the Add to cart button. I would recommend you to choose and set the Standard button design in the Theme Settings > Shop > Product styles.
Best Regards