Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #682395

    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

    #682886

    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

    #683246

    Hi – sure:

    Thanks

    #683250

    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

    #683945

    Perfect. Thanks!

    #683947

    Actually – I spoke to soon. It is not working:

    Thanks

    #684131

    Hi,

    Please add following code to Quick CSS as well

    .av-image-caption-overlay-center:hover {
        color: white!important;
    }

    Best regards,
    Yigit

    #684819

    Hi – I see no change.
    Thanks

    #686017

    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?

    #686453

    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

    #686645

    Hi Yigit,

    My apologies – you are correct – it works perfectly. I had pasted the code incorrectly. Thanks so much for your help.

    Richard

    #686876

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Changing hover font color for images’ is closed to new replies.