Tagged: image caption
Hey Rio1,
I’m not sure if that would be possible but send us a link to where you want to apply it to and we’ll have a look at it.
Best regards,
Rikard
on http://werberitter-preview.sellahi.de/testseite/
the first picture under the slider shows the caption on mouse over. I want it to be the other way around and have the caption disappear on mouse over.
thank you
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.av-overlay-on-hover .av-image-caption-overlay {
opacity: 1;
filter: alpha(opacity=100);
}
.av-overlay-on-hover:hover .av-image-caption-overlay {
opacity: 0 !important;
filter: alpha(opacity=0);
}
Let us know if this helps :)
Best regards,
Nikko
Hey Nikko,
it works!
thank you :-)
Hi Rio1,
Glad we could help :)
Best regards,
Nikko