Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #429622

    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

    #429625

    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

    #429647

    Excellent, thanks very much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove image caption on hover’ is closed to new replies.