C chrisf Member Mar 30, 2021 #1 Is there a way to remove the overlay text on the gallery thumbnail view? On mobile devices the text covers up about 1/3 of the picture. Thanks!
Is there a way to remove the overlay text on the gallery thumbnail view? On mobile devices the text covers up about 1/3 of the picture. Thanks!
Solution kelle67 Mar 31, 2021 Add that to your extra.less Code: @media (max-width: @xf-responsiveWide) { .itemList-itemOverlay { display: none; } }
Add that to your extra.less Code: @media (max-width: @xf-responsiveWide) { .itemList-itemOverlay { display: none; } }
kelle67 Well-known member Mar 31, 2021 #2 Add that to your extra.less Code: @media (max-width: @xf-responsiveWide) { .itemList-itemOverlay { display: none; } } Upvote 1 Downvote Solution
Add that to your extra.less Code: @media (max-width: @xf-responsiveWide) { .itemList-itemOverlay { display: none; } }