Tagged: hover image
Hi,
I would like to put a border like this on the image, see link below, and that it disappear on hover (this effect is not very important but if possible)
http://amorgos-panogitonia.gr/accommodation-amorgos-pano-gitonia/
Thanks,
anweb
Hi anweb!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-image-caption-overlay-center p {
text-decoration: underline;
}
.av-image-caption-overlay-center:hover p {
text-decoration: none;
}
Regards,
Yigit
Hi,
You misunderstood me, I didn’t want the text to be underlined. I would like to have a border around the image like on the link I send you, which goes about 5px inside of the image?
Thanks,
anweb
Hey!
Please use following code instead
.av-image-caption-overlay-position:hover {
border: none;
}
.av-image-caption-overlay-position {
border: 1px solid white;
margin: 10px;
width: 95%;
height: 93%;
}
Cheers!
Yigit
Thank you great
Hi!
I will close the ticket here now, as everything is covered.
Thanks a lot for your time, let us know if you need anything else in the feature.
Cheers!
Basilis