Hi, I am loving the theme.
I put a few pictures on this page https://www.meditationinbloomington.org/our-founder/ and have the caption effect on.
There are only two options, always display and display on hover. I am looking to do the opposite. I want the caption displayed until hover. In other words, you visit the page, see the caption, mouseover and see the picture sans caption.
Can you tell me how to make this happen?
Hey kelsangwangpo,
Try this code in the General Styling > Quick CSS field:
.avia-image-container-inner:hover .av-image-caption-overlay-center {
display: none!important;
}
Best regards,
Mike
Thanks Mike. That worked perfectly and the appearance is absolutely brilliant!