Home Forums WoodMart support forum Cart icon Reply To: Cart icon

#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