Title: Remove image hover underline
Last modified: June 25, 2017

---

# Remove image hover underline

 *  [falafelle](https://wordpress.org/support/users/falafelle/)
 * (@falafelle)
 * [8 years, 12 months ago](https://wordpress.org/support/topic/remove-image-hover-underline/)
 * Hello,
 * since the plugin is installed, I see that on my linked image, there is an underline
   appearing on hover.
    How to remove it please?
 * Here is [my page](http://samratpandit.com/achievements/new-dehli-india/)

Viewing 1 replies (of 1 total)

 *  [capitaine_moyen](https://wordpress.org/support/users/capitaine_moyen/)
 * (@capitaine_moyen)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/remove-image-hover-underline/#post-9757549)
 * same but resolved with custom css (15, 15, 15, 0);
 * .entry-content a, .entry-summary a, .widget a, .site-footer .widget-area a, .
   posts-navigation a, .widget_authors a strong {
    -webkit-box-shadow: inset 0 -
   1px 0 rgba(15, 15, 15, 0); box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0); -webkit-
   transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out; transition:
   color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out; transition: color 80ms
   ease-in, box-shadow 130ms ease-in-out; transition: color 80ms ease-in, box-shadow
   130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out; } .entry-content a:hover,.
   entry-summary a:hover, .widget a:hover, .site-footer .widget-area a:hover, .posts-
   navigation a:hover, .widget_authors a strong { -webkit-box-shadow: inset 0 -1px
   0 rgba(15, 15, 15, 0); box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 0); -webkit-
   transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out; transition:
   color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out; transition: color 80ms
   ease-in, box-shadow 130ms ease-in-out; transition: color 80ms ease-in, box-shadow
   130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;

Viewing 1 replies (of 1 total)

The topic ‘Remove image hover underline’ is closed to new replies.

 * ![](https://ps.w.org/advanced-twenty-seventeen/assets/icon-256x256.png?rev=1564443)
 * [Advanced Twenty Seventeen](https://wordpress.org/plugins/advanced-twenty-seventeen/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/advanced-twenty-seventeen/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/advanced-twenty-seventeen/)
 * [Active Topics](https://wordpress.org/support/plugin/advanced-twenty-seventeen/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/advanced-twenty-seventeen/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/advanced-twenty-seventeen/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [capitaine_moyen](https://wordpress.org/support/users/capitaine_moyen/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/remove-image-hover-underline/#post-9757549)
 * Status: not resolved