Home › Forums › WoodMart support forum › Can’t make add to cart (on desktop) always visible › Reply To: Can’t make add to cart (on desktop) always visible
December 6, 2023 at 6:19 am
#518870
Hung Pham
Keymaster
Hi marcorevilla,
Add the below Custom CSS code to Theme Settings > Custom CSS > Custom CSS for desktop
.products .product-wrapper .wd-buttons[class*="wd-pos-r"]{
opacity: 1;
visibility: visible;
transform: none;
}
Regards,