Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Installation and Usage’ is closed to new topics and replies.
Forum closed. Use forum at Wordpress.org: Gmedia Support
Forum
How can I add the title to the thumbnails on the Mosaic module (either upon hover or static), much like they come up on the Phantom module?
hidden mosaic gallery: http://karengines.com/sold-art-2/
same gallery but with Phantom module: http://karengines.com/sold-art/
thanks!
Linda
Go to edit your Mosaic gallery -> Advanced Settings tab -> in Custom CSS add this code:
.gmediaMosaic a[title]:hover::after {
background-color: #000;
bottom: 0;
color: #fff;
content: attr(title);
display: block;
left: 0;
opacity: 0.6;
overflow: hidden;
padding: 4px 8px;
position: absolute;
width: 100%;
z-index: 20;
}
Save changes. Now on thumb hover you should see titles.