Home › Forums › WoodMart support forum › Is there a way to have the quick add to cart etc to be viewable all the time? › Reply To: Is there a way to have the quick add to cart etc to be viewable all the time?
October 4, 2021 at 2:13 pm
#323002
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-hover-icons .wrapp-buttons {
visibility: visible;
opacity: 1;
transform: translateY(0) translateZ(0);
}
Best Regards