Show Information on Block Hover

Posted in: Newspaper
Post count: 43

Is there a way to show additional information about a post when the mouse hovers over a block? Similar to what is seen here. Also, is there a way to show that slightly darkened background behind the text?

Post count: 22421

Hi,
Unfortunately our theme has no such option. Our blocks were not designed to show extra information on hover.
You can add the bottom gradient in big grids if you chose a different style for the block: http://screencast.com/t/doqorJXJa
You can activate it with css on other blocks that use the title on top of the image:

.td_module_mx1 .td-module-meta-info, .td_module_mx8 .td-module-meta-info, .td_module_mx1 .td-module-meta-info{
background-color: rgba(0, 0, 0, 0.25);
}

Add the code in the theme panel->custom css box.
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.