Home › Forums › WoodMart support forum › All products show title of first product in the catalog in the small mouse popup › Reply To: All products show title of first product in the catalog in the small mouse popup
December 13, 2023 at 12:13 pm
#521175
Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the below code to the “Global Custom CSS” area in Theme Settings -> Custom CSS for hover image text.
.product-grid-item .hover-img {
pointer-events: none;
}
Best Regards