Home › Forums › WoodMart support forum › Issue on product hover › Reply To: Issue on product hover
December 4, 2023 at 5:26 pm
#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,