Plugin Author
Brecht
(@brechtvds)
That would be possible by using some custom CSS code.
What are you trying to achieve specifically?
Thread Starter
Cristi
(@databaser1)
Site is:
site
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
(@brechtvds)
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
(@databaser1)
It works perfectly. Thank you!
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
(@brechtvds)
@pfitzburg that’s not possible at the moment, but on the idea list.