Title: Style Tooltips
Last modified: September 25, 2024

---

# Style Tooltips

 *  Resolved [DELUCKS](https://wordpress.org/support/users/delucks/)
 * (@delucks)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/style-tooltips/)
 * Since you can’t customize the styles like the background color of the tooltips
   in the plugin and the source code doesn’t make me smart, I wanted to ask for 
   the CSS selectors for it.

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

 *  Plugin Author [Le Van Toan](https://wordpress.org/support/users/levantoan/)
 * (@levantoan)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/style-tooltips/#post-18036728)
 * try css to white
 *     ```wp-block-code
       /*Insert this css to your css fileAuthor: http://levantoan.com*/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;}body .box_view_html span.close_ihp svg {    fill: #000;}
       ```
   
 *  Thread Starter [DELUCKS](https://wordpress.org/support/users/delucks/)
 * (@delucks)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/style-tooltips/#post-18038583)
 * Thank you very much [@levantoan](https://wordpress.org/support/users/levantoan/)

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

The topic ‘Style Tooltips’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [DELUCKS](https://wordpress.org/support/users/delucks/)
 * Last activity: [1 year, 8 months ago](https://wordpress.org/support/topic/style-tooltips/#post-18038583)
 * Status: resolved