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

    I’m using the image caption on some content blocks on my home page – and I want it to stay visible even on hover. Is there a way to disable the hover effect that makes it disappear, but leave all other image hover effects unchanged on the site?

    Thanks!

    #723864

    Hey StormCreek,

    Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your element and give it a custom CSS class and then add following code to Quick CSS in Enfold theme options under General Styling tab

    .your-custom-class .image-overlay { display: none !important; }

    Best regards,
    Yigit

    #723871

    I tried that before, and just again now — and the black overlay is still disappearing on hover :/

    #724429

    Hi,

    Please use following code instead

    .content-block-home.av-overlay-hover-deactivate:hover .av-caption-image-overlay-bg {
        opacity: 0.5!important;
    }

    Best regards,
    Yigit

    #724432

    Thank you!!!!!! Works great :)

    #724434

    Hi!

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Regards,
    Yigit

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