Title: Pulsating Hotspots
Last modified: November 2, 2017

---

# Pulsating Hotspots

 *  [TechedOn](https://wordpress.org/support/users/techedon/)
 * (@techedon)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pulsating-hotspots/)
 * Love the plugin! Thank you for creating it.
 * Has anyone any idea how the dev got the hotspot markers to pulse like his demo
   found here: [http://demo.devvn.com/plugins/image-hospot-car/](http://demo.devvn.com/plugins/image-hospot-car/)
 * Any help would be great – thank you
 * T
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fpulsating-hotspots%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9643218)
 * Have a setting “Pins Animation” choose “pulse” to animation.
 * [https://photos.app.goo.gl/0PKX23CgKJrgkW7o1](https://photos.app.goo.gl/0PKX23CgKJrgkW7o1)
 *  Thread Starter [TechedOn](https://wordpress.org/support/users/techedon/)
 * (@techedon)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9656904)
 * Thank you 🙂
 * Is there a way to change the color of the tooltip box background from black to
   white?
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9657712)
 * Read here [https://wordpress.org/support/topic/i-want-to-change-the-background/#post-8864708](https://wordpress.org/support/topic/i-want-to-change-the-background/#post-8864708)
 *  Thread Starter [TechedOn](https://wordpress.org/support/users/techedon/)
 * (@techedon)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9657799)
 * Thank you for the quick reply. I placed that code in my theme custom css option
   and it still didn’t work.
 * Here is the code and how it looks: [https://imgur.com/a/1rbAf](https://imgur.com/a/1rbAf)
 * The background is still black.
 * Any help would be great.
 * thank you
 *  Thread Starter [TechedOn](https://wordpress.org/support/users/techedon/)
 * (@techedon)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9664290)
 * Hi there 🙂 Did you see my above question? Any help would be great.
 * thank you
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [8 years, 8 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9664929)
 * hello [@techedon](https://wordpress.org/support/users/techedon/)
    You try add
   body to element. Like this
 *     ```
       body #powerTip {
           background-color: #fff;
       }
       body #powerTip.n:before {
           border-top: 10px solid rgb(255, 252, 252);
       }
       body #powerTip.s:before {
           border-bottom: 10px solid #fff;
       }
       body #powerTip.e:before {
           border-right: 10px solid #fff;
       }
       body #powerTip.w:before {
           border-left: 10px solid #fff;
           right: -10px
       }
       body #powerTip.ne:before,body #powerTip.nw:before {
           border-top: 10px solid #fff;
           border-top: 10px solid rgba(255,255,255,1);
       }
       body #powerTip.se:before,body #powerTip.sw:before {
           border-bottom: 10px solid #fff;
           border-bottom: 10px solid rgba(255,255,255,1);
       }
       body #powerTip.nw-alt:before,body #powerTip.ne-alt:before,body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
           border-top: 10px solid #fff;
           border-top: 10px solid rgba(255,255,255,1);
       }
       body #powerTip.sw-alt:before,body #powerTip.se-alt:before {
           border-bottom: 10px solid #fff;
           border-bottom: 10px solid rgba(255,255,255,1);
       }
       body .box_view_html {
           color: #000;
       }
       ```
   
    -  This reply was modified 8 years, 8 months ago by [Le Van Toan](https://wordpress.org/support/users/levantoan/).
 *  [zontiWP](https://wordpress.org/support/users/zontiwp/)
 * (@zontiwp)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9902216)
 * Hi, your plugin is very good and CSS change of background color is working. Just
   what is wrong, is the close button on mobile device, which is white. Can you 
   please tell me, how to change its color, e.g. upload other icon or etc. Thank
   you!
 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9903255)
 * [@zontiwp](https://wordpress.org/support/users/zontiwp/) Try this css
 *     ```
       body span.close_ihp svg {
           fill: #000;
       }
       ```
   
 *  [zontiWP](https://wordpress.org/support/users/zontiwp/)
 * (@zontiwp)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9904777)
 * [@levantoan](https://wordpress.org/support/users/levantoan/) THANK YOU!!!!

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

The topic ‘Pulsating Hotspots’ is closed to new replies.

 * ![](https://ps.w.org/devvn-image-hotspot/assets/icon-256x256.jpg?rev=1520057)
 * [Image Hotspot by DevVN](https://wordpress.org/plugins/devvn-image-hotspot/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/devvn-image-hotspot/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/devvn-image-hotspot/)
 * [Active Topics](https://wordpress.org/support/plugin/devvn-image-hotspot/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/devvn-image-hotspot/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/devvn-image-hotspot/reviews/)

## Tags

 * [color](https://wordpress.org/support/topic-tag/color/)

 * 9 replies
 * 3 participants
 * Last reply from: [zontiWP](https://wordpress.org/support/users/zontiwp/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/pulsating-hotspots/#post-9904777)
 * Status: not resolved