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!
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
I tried that before, and just again now — and the black overlay is still disappearing on hover :/
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
Thank you!!!!!! Works great :)
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