Title: Plugin: Draw Attention &#8211; Remove Title
Last modified: December 27, 2021

---

# Plugin: Draw Attention – Remove Title

 *  Resolved [faunlf](https://wordpress.org/support/users/faunlf/)
 * (@faunlf)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-draw-attention-remove-title/)
 * Hi,
    I would like the title text to not be visible when someone clicks on the
   image hotspot (they are clicking on text!). Is there a way to do this? Thank 
   you!
 * Faun

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

 *  Plugin Contributor [Draw Attention Support](https://wordpress.org/support/users/wpdrawattention/)
 * (@wpdrawattention)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-draw-attention-remove-title/#post-15198823)
 * Hello [@faunlf](https://wordpress.org/support/users/faunlf/)
 * You’ll need to use a CSS snippet to hide the title for each hotspot:
 *     ```
       .hotspot-title {
       display:none;
       }
       ```
   
 * and if you’re not familiar with customizing CSS on your site, we have a quick
   writeup that covers the easiest ways to do that:
    [https://wpdrawattention.com/document/customizing-draw-attention-css/](https://wpdrawattention.com/document/customizing-draw-attention-css/)
 * Let us know if that works for you.
 *  Thread Starter [faunlf](https://wordpress.org/support/users/faunlf/)
 * (@faunlf)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-draw-attention-remove-title/#post-15199059)
 * Hi again,
    I added the CSS code to the customizer – did not work… did I need 
   to add some css for each hotspot? Thanks
 * Faun
 *  Plugin Contributor [Draw Attention Support](https://wordpress.org/support/users/wpdrawattention/)
 * (@wpdrawattention)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-draw-attention-remove-title/#post-15199118)
 * That’s strange, you shouldn’t need to add CSS for each individual hotspot, could
   you try this code snippet:
 *     ```
       .hotspot-title {
       display:none !important;
       }
       ```
   
 * If that still doesn’t work, could you attach a link to the page you’re working
   on?
 *  Thread Starter [faunlf](https://wordpress.org/support/users/faunlf/)
 * (@faunlf)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-draw-attention-remove-title/#post-15199333)
 * Ahhh, still didn’t work… here’s the page:
 * [https://jimgabour.com/blog/test/](https://jimgabour.com/blog/test/)
 * Thanks!
    Faun
 *  Plugin Contributor [Draw Attention Support](https://wordpress.org/support/users/wpdrawattention/)
 * (@wpdrawattention)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-draw-attention-remove-title/#post-15200636)
 * Hello [@faunlf](https://wordpress.org/support/users/faunlf/)
 * Thank you for sharing that! There was some confusion on my end, I was giving 
   you a snippet to remove the titles for the “Show more info” action. I see now
   that your hotspots are using the “Go to URL” action and you’d like to hide the
   title in the tooltips when a user hovers over the hotspot, is that correct?
 * Could you try using this CSS snippet:
 *     ```
       body .leaflet-pane.leaflet-tooltip-pane {
       	display: none;
       }
       ```
   
 * Let us know if that works 🙂
 *  Thread Starter [faunlf](https://wordpress.org/support/users/faunlf/)
 * (@faunlf)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-draw-attention-remove-title/#post-15200765)
 * YES!!! Thank you so much! Sorry for not explaining the situation better…
 * May your new year be filled with joy and sparkles!
    Faun
 *  Plugin Contributor [Draw Attention Support](https://wordpress.org/support/users/wpdrawattention/)
 * (@wpdrawattention)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-draw-attention-remove-title/#post-15200861)
 * [@faunlf](https://wordpress.org/support/users/faunlf/) No worries! I’m glad we
   could get this figured out 🙂
 * I hope you have a lovely new year as well and feel free to share your final Draw
   Attention creation with us!

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

The topic ‘Plugin: Draw Attention – Remove Title’ is closed to new replies.

 * ![](https://ps.w.org/draw-attention/assets/icon-256x256.png?rev=2888664)
 * [Interactive Image Map Plugin - Draw Attention](https://wordpress.org/plugins/draw-attention/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/draw-attention/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/draw-attention/)
 * [Active Topics](https://wordpress.org/support/plugin/draw-attention/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/draw-attention/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/draw-attention/reviews/)

 * 7 replies
 * 2 participants
 * Last reply from: [Draw Attention Support](https://wordpress.org/support/users/wpdrawattention/)
 * Last activity: [4 years, 4 months ago](https://wordpress.org/support/topic/plugin-draw-attention-remove-title/#post-15200861)
 * Status: resolved