Hi there,
Is it possible to Remove image caption on hover? See this example for images with captions: http://kriesi.at/themes/enfold-shop/ – the text is unreadable on some images when you hover for example “fresh sportsware”
How do I display: none for the caption on hover?
Thanks in advance
Hey anton123!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-image-container-inner:hover .av-image-caption-overlay-center {
display: none!important;
}
Cheers!
Yigit
Excellent, thanks very much!