Title: Browser Pointer &amp; Tooltip Questions
Last modified: December 1, 2018

---

# Browser Pointer & Tooltip Questions

 *  Resolved [chrisedwards2791](https://wordpress.org/support/users/chrisedwards2791/)
 * (@chrisedwards2791)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/browser-pointer-tooltip-questions/)
 * Hi,
 * Is there a way to disable the “title” tooltip attribute when you hover over a
   link?
 * Also, it appears that when you are on a particular popular post, the corresponding
   link text in the sidebar (using the widget) appears as an I-beam when hovered
   over – can this be set to a pointer instead?
 * Thanks
    -  This topic was modified 7 years, 6 months ago by [chrisedwards2791](https://wordpress.org/support/users/chrisedwards2791/).

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

 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/browser-pointer-tooltip-questions/#post-10936935)
 * Hi [@chrisedwards2791](https://wordpress.org/support/users/chrisedwards2791/),
 * > Is there a way to disable the “title” tooltip attribute when you hover over
   > a link?
 * To remove the tooltip you’d need to modify the HTML output. If you share your
   site’s URL I can tell you what exactly has to be done for this.
 * > Also, it appears that when you are on a particular popular post, the corresponding
   > link text in the sidebar (using the widget) appears as an I-beam when hovered
   > over – can this be set to a pointer instead?
 * Yep. Try this:
    1. Go to **Appearance > Customize**.
    2. Under **Additional CSS**, add the following:
    3.     ```
           .wpp a {
               cursor: pointer !important;
           }
           ```
       
    4. Click on **Publish** (top left of the screen) to save changes.
 *  Thread Starter [chrisedwards2791](https://wordpress.org/support/users/chrisedwards2791/)
 * (@chrisedwards2791)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/browser-pointer-tooltip-questions/#post-10937123)
 * Hi Hector
 * Thanks for replying so quickly!
 * The site is not live quite yet, but I include the html output below so you can
   see what is generated:
 *     ```
       <div class="widget-wrap">
       <h3 class="widgettitle widget-title">Popular Posts</h3>
       <!-- cached -->
       <!-- WordPress Popular Posts -->
       <ul class="wpp-list">
       <li>
       <a href="https://www.northwalesgolfcourses.co.uk/abersoch/" title="Abersoch – a Challenging Mix of Traditional Links and Parkland" class="wpp-post-title" target="_self">Abersoch – a Challenging Mix of Traditional Links and Parkland</a>
       </li>
       <li class="current"><a title="Aberdovey – a First Class Traditional Seaside Golf Links" class="wpp-post-title" target="_self">Aberdovey – a First Class Traditional Seaside Golf Links</a>
       </li>
       <li>
       <a href="https://www.northwalesgolfcourses.co.uk/abergele/" title="Abergele – Golf, Castles and Spectacular Coastal Views" class="wpp-post-title" target="_self">Abergele – Golf, Castles and Spectacular Coastal Views</a>
       </li>
       </ul>
       </div>
       ```
   
 * Its the html link title tooltip that I would like to hide/remove.
 * Additionally, the CSS code didnt do anything. Does the .current class need this
   rule? Its the current post/link that does not have the pointer.
 * Thanks 🙂
    -  This reply was modified 7 years, 6 months ago by [chrisedwards2791](https://wordpress.org/support/users/chrisedwards2791/).
    -  This reply was modified 7 years, 6 months ago by [chrisedwards2791](https://wordpress.org/support/users/chrisedwards2791/).
 *  Thread Starter [chrisedwards2791](https://wordpress.org/support/users/chrisedwards2791/)
 * (@chrisedwards2791)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/browser-pointer-tooltip-questions/#post-10937147)
 * Got one fix done, this CSS worked:
 *     ```
       .wpp-list a {
           cursor: pointer !important;
       }
       ```
   
 * Thanks
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/browser-pointer-tooltip-questions/#post-10937149)
 * That helps.
 * Please change:
 *     ```
       .wpp a {
           cursor: pointer !important;
       }
       ```
   
 * to:
 *     ```
       .wpp-list li a {
           cursor: pointer !important;
       }
       ```
   
 * To remove the title attribute (assuming you’re using the WPP widget):
    1. Go to **Appearance > Widgets**.
    2. Click on **WordPress Popular Posts** to expand it and access its options.
    3. Under **HTML Markup settings**, tick the **Use custom HTML Markup** option and
       save changes.
    4. Set **Before / after Popular Posts** to `<ul class="wpp-list">` and `</ul>`,
       respectively.
    5. Set **Post HTML Markup** to:
    6.     ```
           <li>
               <a href="{url}" class="wpp-post-title" target="_self">{text_title}</a>
           </li>
           ```
       
    7. Finally, click on **Save** to apply changes.
 *  Thread Starter [chrisedwards2791](https://wordpress.org/support/users/chrisedwards2791/)
 * (@chrisedwards2791)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/browser-pointer-tooltip-questions/#post-10937159)
 * Both worked a treat,
    Awesome support and awesome plugin! Thanks again Hector
   🙂
 *  Plugin Author [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * (@hcabrera)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/browser-pointer-tooltip-questions/#post-10937173)
 * Don’t mention it, glad I could help 🙂

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

The topic ‘Browser Pointer & Tooltip Questions’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-popular-posts/assets/icon-256x256.png?rev=1232659)
 * [WP Popular Posts](https://wordpress.org/plugins/wordpress-popular-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-popular-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-popular-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-popular-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-popular-posts/reviews/)

## Tags

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

 * 6 replies
 * 2 participants
 * Last reply from: [Hector Cabrera](https://wordpress.org/support/users/hcabrera/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/browser-pointer-tooltip-questions/#post-10937173)
 * Status: resolved