Sirmadsen Active member Nov 28, 2021 #1 Hi, Is there a way I can make it so that the hover information on media gallery landing page/categories is always visible? Instead of only showing when hovering?
Hi, Is there a way I can make it so that the hover information on media gallery landing page/categories is always visible? Instead of only showing when hovering?
Jeremy P XenForo developer Staff member Nov 29, 2021 #2 In your extra.less template: Less: html[data-template^="xfmg_"] { .itemList-item .itemList-itemOverlay { bottom: 0; } } Upvote 0 Downvote
In your extra.less template: Less: html[data-template^="xfmg_"] { .itemList-item .itemList-itemOverlay { bottom: 0; } }