Title: Dots/ Bullets romoving
Last modified: August 30, 2016

---

# Dots/ Bullets romoving

 *  Resolved [SAMWM](https://wordpress.org/support/users/samwm/)
 * (@samwm)
 * [11 years ago](https://wordpress.org/support/topic/dots-bullets-romoving/)
 * Hello, can you help, how can I remove Dots/ Bullets underline in Tooltips green
   bottons,
 * Thanks!
 * [https://wordpress.org/plugins/wrc-pricing-tables/](https://wordpress.org/plugins/wrc-pricing-tables/)

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

 *  Thread Starter [SAMWM](https://wordpress.org/support/users/samwm/)
 * (@samwm)
 * [11 years ago](https://wordpress.org/support/topic/dots-bullets-romoving/#post-6402074)
 * Anyone?
 *  [George Appiah](https://wordpress.org/support/users/gappiah/)
 * (@gappiah)
 * [11 years ago](https://wordpress.org/support/topic/dots-bullets-romoving/#post-6402224)
 * I discovered this by accident while looking to customize the tooltip (popup message)
   box. It’s not advisable you edit the plugin files directly (so updates don’t 
   overwrite your edits) so you’ll need to put the following in a stylesheet somewhere
   in your site:
 * For the normal one (ie non-hover):
 *     ```
       div.wrc_pricing_table div.package_details div.icon_tooltip{
       	border-bottom:none;
       }
       ```
   
 * And for the one appear on hover:
 *     ```
       div.wrc_pricing_table div.package_details div.icon_tooltip:hover{
       	border-bottom:none;
       }
       ```
   
 * But note that the lines were put there to signal a link to the user, which in
   this case presents the tooltip message. Removing this completely reduces the 
   effectiveness of the tooltip feature, in my humble opinion.
 *  Thread Starter [SAMWM](https://wordpress.org/support/users/samwm/)
 * (@samwm)
 * [11 years ago](https://wordpress.org/support/topic/dots-bullets-romoving/#post-6402226)
 * Hello, I know about signal, but looking not so good, very long line.
    I tried
   to edit plugin code too, but nothing. Now it’s work fine!
 * George, thank you very much!

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

The topic ‘Dots/ Bullets romoving’ is closed to new replies.

 * ![](https://ps.w.org/wrc-pricing-tables/assets/icon-256x256.gif?rev=2969356)
 * [WRC Pricing Tables - Responsive CSS3 Pricing Tables](https://wordpress.org/plugins/wrc-pricing-tables/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wrc-pricing-tables/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wrc-pricing-tables/)
 * [Active Topics](https://wordpress.org/support/plugin/wrc-pricing-tables/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wrc-pricing-tables/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wrc-pricing-tables/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [SAMWM](https://wordpress.org/support/users/samwm/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/dots-bullets-romoving/#post-6402226)
 * Status: resolved