Is there any way to move the Image Caption (that comes up on mouse-hover) down to where the red box is?
also, is there any way to change the link font colour to white for only this image caption?
Hey erusko!
Can you please post the link to your page where we can see the element? :)
Cheers!
Yigit
Hey erusko!
Add this to your custom CSS.
.av-image-caption-overlay-center p {
top: 10px;
position: relative;
}
.av-image-caption-overlay-center p a { color: white !important; }
Cheers!
Elliott
Hi Yigit,
Site posted below:
—–
Elliott,
Is there a way to do this without editing the custom CSS? I only want to change the caption on this one image.
Hi!
You can turn on custom CSS field for ALB elements – kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom class then add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class .av-image-caption-overlay-center {
top: 20px;
position: relative;
}
Best regards,
Yigit
Thanks Yigit, you’re the best. all fixed!!!
Hey!
You are welcome, we are always happy to help!
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 :)
Cheers!
Yigit