Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #807648

    Hi,

    I haven´t find yet a solution to change to font color on a image caption in the hover-mode. So if the courser is on the picture, the font color should change in a second, special color. Do you have a Quick CSS code for me?

    Thanks in advance.
    Regards
    Andreas

    #807683

    Hey Amselus,

    Please add the following to quick css:

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

    Of course just change the color to whatever you need.

    Best regards,
    Jordan Shannon

    #807881

    Hey, thanks for the fast feedback.
    Working, except that the text is, in my case now , grey, when I hover the text. But can I change the CSS, that the text changes with the hover over the picture and not finally the text hover.

    Thx in advance.
    Regards
    Andreas

    #808003

    Hi,

    Replace the original code with the following:

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

    Best regards,
    Jordan Shannon

    #808575

    Great work, thx.
    Everything fine :-)

    #808590

    Hi,

    Awesome. I’m happy I was able to help. If you need anything else, please contact us here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Change Font Color on image caption’ is closed to new replies.