Title: Hover effect
Last modified: September 28, 2020

---

# Hover effect

 *  Resolved [Cristi](https://wordpress.org/support/users/databaser1/)
 * (@databaser1)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/hover-effect-19/)
 * It is posible to add hover effect ?
    thx

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

 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/hover-effect-19/#post-13465069)
 * That would be possible by using some custom CSS code.
 * What are you trying to achieve specifically?
 *  Thread Starter [Cristi](https://wordpress.org/support/users/databaser1/)
 * (@databaser1)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/hover-effect-19/#post-13465084)
 * Site is:
    [site](https://adrese-utile.ro/adrese-utile/)
 * I’d like when i put mouse over gray rectangle containing the link to change color
   of background and link. Or just the gray background to another color.
 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/hover-effect-19/#post-13465105)
 * Try adding the following custom CSS in the Appearance > Customizer, for example:
 *     ```
       .vlp-link-container:hover {
           background-color: #761700;
       }
       .vlp-link-container:hover .vlp-link-title,
       .vlp-link-container:hover .vlp-link-summary {
           color: white;
       }
       ```
   
 *  Thread Starter [Cristi](https://wordpress.org/support/users/databaser1/)
 * (@databaser1)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/hover-effect-19/#post-13465143)
 * It works perfectly. Thank you!
 *  [pfitzburg](https://wordpress.org/support/users/pfitzburg/)
 * (@pfitzburg)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/hover-effect-19/#post-13487590)
 * Is it possible to configure the preview to pop up when I mouseover a text link?
   I don’t want the image preview permanently on the page, but only pop up when 
   I hover over links, so I can see what the page will look like if I were to click
   on the link.
 * Thanks!
 *  Plugin Author [Brecht](https://wordpress.org/support/users/brechtvds/)
 * (@brechtvds)
 * [5 years, 8 months ago](https://wordpress.org/support/topic/hover-effect-19/#post-13487619)
 * [@pfitzburg](https://wordpress.org/support/users/pfitzburg/) that’s not possible
   at the moment, but on the idea list.

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

The topic ‘Hover effect’ is closed to new replies.

 * ![](https://ps.w.org/visual-link-preview/assets/icon-256x256.png?rev=2010740)
 * [Visual Link Preview](https://wordpress.org/plugins/visual-link-preview/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/visual-link-preview/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/visual-link-preview/)
 * [Active Topics](https://wordpress.org/support/plugin/visual-link-preview/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/visual-link-preview/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/visual-link-preview/reviews/)

 * 6 replies
 * 3 participants
 * Last reply from: [Brecht](https://wordpress.org/support/users/brechtvds/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/hover-effect-19/#post-13487619)
 * Status: resolved