Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #733037

    Hi kriesi team,

    I’d like to know if it’s possible to Have the caption of an image hide on mouse over
    I.e. only show the caption and overlay when when mouse curser is NOT on the image, and then make it disappear on mouse over and show the image.

    Thank you :-)

    #733468

    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

    #733618

    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

    #734639

    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

    #735014

    Hey Nikko,

    it works!
    thank you :-)

    #735049

    Hi Rio1,

    Glad we could help :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image catption effect’ is closed to new replies.