Title: Disable Icon on Hover
Last modified: October 23, 2019

---

# Disable Icon on Hover

 *  Resolved [mistacup](https://wordpress.org/support/users/mistacup/)
 * (@mistacup)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/disable-icon-on-hover/)
 * Hi,
    how is it possible to disable the icon on hover? “Force an icon on hover”
   is disabled an see an icon. If I activate it I can choose another icon but not
   disable it completely.
 * Thanks for support.
 * Best wishes

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

 *  Thread Starter [mistacup](https://wordpress.org/support/users/mistacup/)
 * (@mistacup)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/disable-icon-on-hover/#post-12058018)
 * Hello,
 * I used now this code, I hope it works for other languages too:
 *     ```
       /* Remove News Icon on Hover */
       #wplp_widget_242931 .wplp_listposts li .img_cropper:before {
       	display: none !important;
       }
       ```
   
 *  Thread Starter [mistacup](https://wordpress.org/support/users/mistacup/)
 * (@mistacup)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/disable-icon-on-hover/#post-12058176)
 * That code is for every widget to not show the icon on hover.
 *     ```
       /* Remove News Icon on Hover */
       .wplp_listposts li .img_cropper:before {
       	display: none !important;
       }
       ```
   
 * if you don´t want to show the icon on hover for specific widgets, so you can 
   change the number of the widget which you can find at the first page of the plugin
   under block list
    `#wplp_widget_242931`
 *  Plugin Author [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * (@joomunited)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/disable-icon-on-hover/#post-12063968)
 * Hi,
 * Thanks for reporting. I was going to tell you something similar to fix the issue
   quickly.
    On our side we’ll provide a fix for that.
 * Cheers,

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

The topic ‘Disable Icon on Hover’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-latest-posts_60a7dd.svg)
 * [WP Latest Posts](https://wordpress.org/plugins/wp-latest-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-latest-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-latest-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-latest-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-latest-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-latest-posts/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [JoomUnited](https://wordpress.org/support/users/joomunited/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/disable-icon-on-hover/#post-12063968)
 * Status: resolved