fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Unable to dispable tooltip (pro user)

evangelia drosi

we do not want to display the tooltip – please note that we have already disable from General options > the Enable Tooltip option us you see below

40.png

tooltip.png

Golam Kibria

Hi Evangelia,

Please add the following snippet to your child themes functions.php file:

add_action('wp_footer', function(){
?>
<script id="gwp-remove-title-support">
jQuery('li.variable-item').removeAttr("title");
</script>
<?php
}, 99);

Let me know if this helps resolve the issue.

Thank You