Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #766714

    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?

    #766720

    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

    #766722

    Thanks Mike. That worked perfectly and the appearance is absolutely brilliant!

    #766725

    Hi,
    Your welcome and Thank you for using Enfold.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Make captions disappear on hover’ is closed to new replies.