RobaFresca Active member Licensed customer Oct 26, 2020 #1 Is there any way to get rid of that "caption bar" when i post media in threads/postings ? That's so ugly and was so nice without it in XF/MG 1.5.x. Maybe i have just overseen a setting but it seems in MG 2.2 there have been removed many settings we could adjust before. Thx in advance
Is there any way to get rid of that "caption bar" when i post media in threads/postings ? That's so ugly and was so nice without it in XF/MG 1.5.x. Maybe i have just overseen a setting but it seems in MG 2.2 there have been removed many settings we could adjust before. Thx in advance
P Paul B XenForo moderator Staff member Licensed customer Oct 26, 2020 #2 Try this in the extra.less template. CSS: .message-body .embeddedMedia-info { display: none; } Upvote 0 Downvote
RobaFresca Active member Licensed customer Nov 2, 2020 #3 That worked ! Thx @Brogan Upvote 0 Downvote