• Resolved 82Ale

    (@82ale)


    Hello community,
    is there a simple way of displaying image caption on mouse over? Like a CSS code or a simple plugin (not a plugin with the full package of image gallery).
    The default is a gray box with text at the bottom of the image.
    I could not find any info online.
    Thanks
    Alessandro

Viewing 2 replies - 1 through 2 (of 2 total)
  • details might depend on your site.

    try to experiment with:

    /* caption on hover */
    .wp-caption { position: relative; }
    p.wp-caption-text { display: none; }
    .wp-caption:hover p.wp-caption-text { display: block; position: absolute; bottom: 0; left: -5px; background: #f4f4f4; width: 100%; }
    Thread Starter 82Ale

    (@82ale)

    Hello,
    thanks for your reply. This solution does not work but I found a solution to this issue by plaguing one of my friends who is a computer geek 😉

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Image caption on mouse over’ is closed to new replies.