Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #978013

    Hi
    On image with caption overlay – how do you chnage the color of the font on hover – if not possible is it possible to not change the background overlay of color. With .4 #000 for normal view it seems to remove that color overlay on hover.

    #978156

    Hey cardiopulmonarycorp,

    Add this to quick css:

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

    Best regards,
    Jordan Shannon

    #978522

    ty – that did work

    #978539

    Hi,

    Great! I’m glad I was able to help. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘on image caption hover change font color’ is closed to new replies.