Title: Two Tooltips
Last modified: July 31, 2025

---

# Two Tooltips

 *  Resolved [noobontour024](https://wordpress.org/support/users/noobontour024/)
 * (@noobontour024)
 * [10 months ago](https://wordpress.org/support/topic/two-tooltips/)
 * Hi there,
 * Firstly, great plugin, I love how it looks and it’s very straightforward to set
   up.
 * I am having some trouble with the tooltip feature though. I do see the customized
   tooltip with an image and text in the configured size and colors, but Chrome 
   is displaying a it’s default tooltop on top of the custom tooltip.
   Can anyone
   point me in the right direction on how to turn the default tootlip off? I have
   tried with different php and JS snippets for over 2 hours but I can only get 
   rid of both tooltips, not just the default one.All help appreciated!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ftwo-tooltips%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Support [Aamir](https://wordpress.org/support/users/aamiribsf/)
 * (@aamiribsf)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/two-tooltips/#post-18584699)
 * Hi [@noobontour024](https://wordpress.org/support/users/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](https://bsf.d.pr/i/HJ0oav)
 * To remove just that default tooltip while keeping the custom one intact, you 
   can add the following CSS:
 *     ```wp-block-code
       [data-tooltip]:hover:before,
       [data-tooltip]:hover:after {
           display: none !important;
       }
       ```
   
 * You can place this CSS in one of the following locations:
    1. **Appearance → Customize → Additional CSS**
    2. 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,
 *  Thread Starter [noobontour024](https://wordpress.org/support/users/noobontour024/)
 * (@noobontour024)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/two-tooltips/#post-18584980)
 * 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](https://wordpress.org/support/users/aamiribsf/)
 * (@aamiribsf)
 * [9 months, 3 weeks ago](https://wordpress.org/support/topic/two-tooltips/#post-18586064)
 * Hi [@noobontour024](https://wordpress.org/support/users/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://wordpress.org/support/plugin/variation-swatches-woo/reviews/#new-post](https://wordpress.org/support/plugin/variation-swatches-woo/reviews/#new-post)
 * Thanks again, and let us know if you ever need any help!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Two Tooltips’ is closed to new replies.

 * ![](https://ps.w.org/variation-swatches-woo/assets/icon.svg?rev=2850895)
 * [Variation Swatches for WooCommerce – Color, Image & Size Swatches](https://wordpress.org/plugins/variation-swatches-woo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/variation-swatches-woo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/variation-swatches-woo/)
 * [Active Topics](https://wordpress.org/support/plugin/variation-swatches-woo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/variation-swatches-woo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/variation-swatches-woo/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Aamir](https://wordpress.org/support/users/aamiribsf/)
 * Last activity: [9 months, 3 weeks ago](https://wordpress.org/support/topic/two-tooltips/#post-18586064)
 * Status: resolved