It is possible to add image or a logo in a hover image instead of text?HOVER IMAGE
Hey Cj,
Yes it’s possible though you would need some custom css to do it. First enable Custom Css Classes: https://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ then add a class name to the element you are using, then let us know what the class name you used and give a link to your page so we can inspect and try to give you css code that should work.
Best regards,
Nikko
Hi,
Thanks for doing what is instructed, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .cdasiaonline .av-image-caption-overlay {
background-image: url('image_url') !important;
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: 50% auto !important;
}
#top .cdasiaonline .av-image-caption-overlay .av-image-caption-overlay-position {
display: none !important;
}
Just replace image_url with the link of your logo/image. Let us know if this helps :)
Best regards,
Nikko
Thanks a lot.
Hi,
You’re welcome, just glad we could help :)
Let us know if you need further assistance or if we can close this thread.
Best regards,
Nikko