Home › Forums › WoodMart support forum › Products styles custom › Reply To: Products styles custom
April 11, 2022 at 9:30 am
#367543
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