Home › Forums › WoodMart support forum › remove hover of color name bubble › Reply To: remove hover of color name bubble
August 30, 2019 at 2:10 pm
#141311
Elise Noromit
Member
Hello,
Add this JS snippet On document ready into the Theme Settings > Custom JS:
jQuery('.colored-swatch.woodmart-tooltip,.image-swatch.woodmart-tooltip').tooltip('destroy');
Best Regards