Home Forums WoodMart support forum Issue on product hover Reply To: Issue on product hover

#518355

Hung Pham
Keymaster

Hi fabioweb,

Thanks for reaching to us.

It caused by the Custom CSS added to Theme Settings > Custom CSS https://prnt.sc/hwl6TfVc7zCa

Seems you wanted to change font-size of tooltip, if so, please remove above code use this below Custom CSS Code

.product-wrapper .wd-buttons .wd-tooltip-label{
	font-size: 16px;
	color: #8B5635;
}

Regards,