Hi,
I tried to find this in the forum, but I could not. I’m using captions on images with the font color set at #999999, linked to the light box. I would like to have #999999 become #ffffff on the mouse over. Can you provide the code for that?
Thanks very much
Richard
Hey (Email address hidden if logged out) ,
Thanks for reaching out to us!
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Jordan
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.av-image-caption-overlay-center:hover span {
color: #ffffff!important;
}
Best regards,
Yigit
Perfect. Thanks!
Hi,
Please add following code to Quick CSS as well
.av-image-caption-overlay-center:hover {
color: white!important;
}
Best regards,
Yigit
Hi – I see no change.
Thanks
I haven’t heard back on this for several days. Is there an answer to this? Does it make sense to use a 3rd party plugin with this capability?
Hi,
Please create a temporary admin login and post it here privately. Both codes should have worked just fine globally. There might be an error in your custom CSS.
Best regards,
Yigit
Hi Yigit,
My apologies – you are correct – it works perfectly. I had pasted the code incorrectly. Thanks so much for your help.
Richard
Hi,
You are welcome!
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 :)
Best regards,
Yigit