Hello
I have in this page 5 images with their respective captions
i applied a code that i found on the forum to keep a hover background color (it was transparent before) but when i hover the mouse out it becomes transparent again
What i need to do is completely disable the image caption hover effects. Is there any way to do that?
Page is here: http://mediagroup.com.es/mediavogue/la-agencia/
You will easily see the blocks with pink, black and white caption blocks
Regards
Jean
Hi Jean,
Can you try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#top .av-caption-image-overlay-bg {
display: none !important;
}
#top .av-image-caption-overlay-position:hover {
opacity: 1 !important;
background-color: transparent !important;
}
Best regards,
Nikko