• Resolved Anonymous User 20028658

    (@anonymized-20028658)


    Is it possible to show the caption on Thumbnails only when you hover over an image (like the Share and Download-Buttons that appear when you hover)?

    • This topic was modified 2 years, 4 months ago by Anonymous User 20028658.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author GalleryCreator

    (@gallerycreator)

    for this purpose you can use Custom CSS (Panel) and some understanding of working with Style Sheets

    Here it is

    .pgcsimplygalleryblock-grid-item .pgcsimplygalleryblock-grid-item-inner .pgcsimplygalleryblock-grid-info-wrap {display: none;}
    .pgcsimplygalleryblock-grid-item:hover .pgcsimplygalleryblock-grid-item-inner .pgcsimplygalleryblock-grid-info-wrap{display: block}
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show thumbnails Captions only on hover?’ is closed to new replies.