V vij Well-known member Nov 20, 2015 #1 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.
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.
Chris D XenForo developer Staff member Nov 20, 2015 #2 It's some simple CSS. Try this in EXTRA.css: Code: .xmgCarouselContainer .thumbContainer .overlay { opacity: 1!important; } Upvote 0 Downvote
It's some simple CSS. Try this in EXTRA.css: Code: .xmgCarouselContainer .thumbContainer .overlay { opacity: 1!important; }
Twincam Member Jan 24, 2024 #3 Hi We'd like the title displayed in all thumbnails, all the time. Could that be achieved in a similar way? Xenforo 2.2 Thanks Upvote 0 Downvote
Hi We'd like the title displayed in all thumbnails, all the time. Could that be achieved in a similar way? Xenforo 2.2 Thanks