Hi,
I am using the image with caption display on hover, I would like to change color and opacity of the hover effect, could you please let me know how I can do this?
Thanks!
Olivia
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
.av-image-caption-overlay {
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.4);
color: #FFF;
}
Background is for color and opacity rgba = red green blue alpha
color is text color
Thank you so much, this support forum is amazing !