MG 1.1 About Recent Media Thumbnail Hover

vij

Well-known member
Licensed customer
I have "recent media" displayed above forum list. When you hover over recent media thumbnails, you get the text overlay that displays the title of the media.
How to have that always, instead of only on hover.
 
It's some simple CSS.

Try this in EXTRA.css:

Code:
.xmgCarouselContainer .thumbContainer .overlay
{
    opacity: 1!important;
}
 
  • Like
Reactions: vij
Back
Top Bottom