Home › Forums › WoodMart support forum › Cart icon › Reply To: Cart icon
April 18, 2018 at 1:08 pm
#53123
Bogdan Donovan
Keymaster
Hi, try to replace previous code snippets with code below:
.woodmart-hover-quick .woodmart-add-btn>a:before {
display: none;
}
.woodmart-hover-quick .woodmart-add-btn>a:hover span:not(.woodmart-tooltip-label) {
-webkit-transform: none;
transform: none;
}
Regards