Plugin Support
Aamir
(@aamiribsf)
Hi @noobontour024,
Thanks so much for the kind words — I’m really glad to hear you’re enjoying the plugin!
I took a closer look at the tooltip behavior you described, and it seems the second (default-looking) tooltip is actually being added by your theme. Here’s a quick reference screenshot to show where it’s coming from:
📎 https://bsf.d.pr/i/HJ0oav
To remove just that default tooltip while keeping the custom one intact, you can add the following CSS:
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
display: none !important;
}
You can place this CSS in one of the following locations:
- Appearance → Customize → Additional CSS
- Or, if you’re using a child theme, you can add it to your child theme’s
style.css file.
This should prevent the default tooltip from showing up, allowing only the styled one from the plugin to display.
Let me know how it goes or if you need help applying it — I’m here to help!
Best regards,
I’m speechles…
I never considered the theme could be at fault here. Thank you for such a simple and elegent sollution!
Plugin Support
Aamir
(@aamiribsf)
Hi @noobontour024,
I’m really glad to hear that the solution worked for you! 🎉
If you’re enjoying using the Variation Swatches plugin, we’d truly appreciate it if you could take a moment to leave us a 5-star review. Your support means a lot and helps us continue improving!
You can leave a review here: https://ww.wp.xz.cn/support/plugin/variation-swatches-woo/reviews/#new-post
Thanks again, and let us know if you ever need any help!