Title: hover text
Last modified: August 30, 2016

---

# hover text

 *  Resolved [femmefaces](https://wordpress.org/support/users/femmefaces/)
 * (@femmefaces)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hover-text-5/)
 * hi, I’m pretty new to everything in wordpress. I put in all my social media info
   on the customization section. Saved it. Logged out. Viewed the website. The icons
   come up on the upper right hand corner. When I hover over them, there is a hover
   text for each: “facebook icon”, “twitter icon”… etc. How can I get rid of the
   hover texts that come up?
 * femmefaces.com

Viewing 1 replies (of 1 total)

 *  Theme Author [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * (@bensibley)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/hover-text-5/#post-6699466)
 * Sure, to get rid of the titles, you can first install and activate this plugin:
   [https://wordpress.org/plugins/header-footer/](https://wordpress.org/plugins/header-footer/)
 * Then, copy and paste this code into the “Code to be added before the end of the
   page” section:
 *     ```
       <script>
       jQuery(document).ready(function($){
         $('.social-media-icons').find('i').removeAttr("title");
       });
       </script>
       ```
   
 * Here’s how it should look: [http://pics.competethemes.com/image/1Z061v1V020o](http://pics.competethemes.com/image/1Z061v1V020o)

Viewing 1 replies (of 1 total)

The topic ‘hover text’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/apex/1.41/screenshot.png)
 * Apex
 * [Support Threads](https://wordpress.org/support/theme/apex/)
 * [Active Topics](https://wordpress.org/support/theme/apex/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/apex/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/apex/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Ben Sibley](https://wordpress.org/support/users/bensibley/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/hover-text-5/#post-6699466)
 * Status: resolved