Hi Wolfgang,
Thanks for reaching out to us. Please add the following CSS at Appearance > Customize > Additional CSS
[data-wvstooltip]:before {
content: attr(data-title) " " attr(data-wvstooltip-out-of-stock);
}
Add the following snippet using the Code Snippets plugin or add it inside your current child theme’s functions.php file-
add_action('wp_footer', function(){
?>
<script id="gwp-remove-title-support">
jQuery('li.variable-item').removeAttr("title");
</script>
<?php
}, 99);
Note: It is recommended to add the Custom Code to the child theme’s functions.php file, to avoid any data loss while updating the Parent Theme.
Thank You
Tooltip text truncated and second tooltip
Wolfgang Dick
Hi there
Can you help me with these two little issues please?
1. the tooltip text is truncated
Example:
as is: Special Edition
to be: Special Edition “COLORPHORIA” – Türkis
2. there is a second ugly tooltip box which I would like to hide
Please see the image below as an explanation. The behavior can also be seen here: https://www.liebesschaukel.ch/produkt/liebesschaukel-shop-lonesome-dragon-private-euphoria/
Thanks a lot for your support and have a great day!
Wolfgang