Hello. I’m having trouble finding the correct CSS for this. I’d like to change the color of the text on a per image basis.
Thank you,
Ryan
Hey rlogan2334,
You can edit each image and go to Captions tab and edit “Caption Font Color” :)
Best regards,
Yigit
Checked those settings, but that doesn’t solve the HOVER color. Thanks!
Hey!
Please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your images and give them a custom CSS class and then add following code to Quick CSS
.your-custom-class:hover .av-image-caption-overlay-center { color: orange !important; }
Cheers!
Yigit
You’re the man. Thank you!